aboutsummaryrefslogtreecommitdiff
path: root/ports/irrlicht/fix-sysctl.patch
blob: 98c70273ecbf48c96c90b1f31f79f90a019825a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/source/Irrlicht/COSOperator.cpp
+++ b/source/Irrlicht/COSOperator.cpp
@@ -11,8 +11,8 @@
 #else
 #include <string.h>
 #include <unistd.h>
-#ifndef _IRR_SOLARIS_PLATFORM_
 #include <sys/types.h>
+#ifdef _IRR_OSX_PLATFORM_
 #include <sys/sysctl.h>
 #endif
 #endif