mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 04:30:37 -04:00
PR: ports/146023 Submitted by: Andreas Tobler <andreast-list at fgznet dot ch> Approved by: maintainer timeout
11 lines
281 B
C
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
|
|
|