Add includes to get OSX working

pull/496/head
jsteube 8 years ago
parent 3ba5c743f8
commit dda89fe610

@ -10,8 +10,14 @@
#ifdef _POSIX
#include <pthread.h>
#include <sys/sysctl.h>
#endif // _POSIX
#ifdef __APPLE__
#include <mach-o/dyld.h>
#include <mach/mach.h>
#endif // __APPLE__
#ifdef _WIN
#include <windows.h>
#endif // _WIN

@ -29,13 +29,8 @@
#include <sys/sysctl.h>
#endif // _POSIX
#ifdef __APPLE__
#include <mach-o/dyld.h>
#include <mach/mach.h>
#endif // __APPLE__
#ifdef _WIN
//#include <windows.h>
#include <windows.h>
#include <psapi.h>
#include <io.h>
#endif // _WIN

Loading…
Cancel
Save