mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
- Add support for armv6 (RPi 1 and RPi 2) PR: 218121 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Reviewed by: swills Approved by: Mickael Maillot <mickael.maillot@gmail.com> (maintainer)
10 lines
243 B
C
10 lines
243 B
C
--- xbmc/linux/PlatformDefs.h.orig 2017-03-04 19:20:36 UTC
|
|
+++ xbmc/linux/PlatformDefs.h
|
|
@@ -52,6 +52,7 @@
|
|
#endif
|
|
#elif defined(TARGET_FREEBSD)
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <sys/sysctl.h>
|
|
#include <sys/types.h>
|
|
#else
|