1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-21 04:30:37 -04:00
ports/devel/orc/files/patch-orc-orccpu_powerpc.c
Mark Linimon 835a938212 Attempt to fix build on powerpc.
PR:		ports/146023
Submitted by:	Andreas Tobler <andreast-list at fgznet dot ch>
Approved by:	maintainer timeout
2010-06-03 05:00:29 +00:00

11 lines
281 B
C

--- orc/orccpu-powerpc.c.orig 2010-04-24 22:48:59.000000000 +0200
+++ orc/orccpu-powerpc.c 2010-04-24 22:49:17.000000000 +0200
@@ -46,6 +46,7 @@
#endif
#if defined(__FreeBSD__) || defined(__APPLE__)
+#include <stdio.h>
#include <sys/types.h>
#include <sys/sysctl.h>
#endif