mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-05 23:04:04 -05:00
13 lines
276 B
Diff
Executable File
13 lines
276 B
Diff
Executable File
--- 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
|