Commit 8ee7c89b authored by hybrid's avatar hybrid

Minor include fix for OSX by grafikrobot.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1355 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 9c167398
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
#include <unistd.h> #include <unistd.h>
#ifdef _IRR_USE_OSX_DEVICE_ #ifdef _IRR_USE_OSX_DEVICE_
#include "OSXClipboard.h" #include "OSXClipboard.h"
#endif
#ifdef _IRR_OSX_PLATFORM_
#include <sys/types.h> #include <sys/types.h>
#include <sys/sysctl.h> #include <sys/sysctl.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment