]> git.jsancho.org Git - lugaru.git/blobdiff - Source/MacCompatibility.cpp
Cleaned up some things that don't compile on Mac OS X.
[lugaru.git] / Source / MacCompatibility.cpp
index e1226b608dc32edd854176e8d7b2bd56888b3257..a6b4d70e8160f7cff9c6a25d04de08d82bbedb1c 100644 (file)
@@ -16,6 +16,7 @@
 #if PLATFORM_UNIX
 #include <unistd.h>
 #include <sys/time.h>
+#include <sys/stat.h>
 #include <assert.h>
 typedef long long __int64;
 typedef __int64 LARGE_INTEGER;