Blob Blame History Raw
diff -up ./rts/System/ConfigHandler.cpp.includes ./rts/System/ConfigHandler.cpp
--- ./rts/System/ConfigHandler.cpp.includes	2010-01-24 06:39:25.426129977 +0100
+++ ./rts/System/ConfigHandler.cpp	2010-01-24 06:40:26.377789515 +0100
@@ -16,10 +16,8 @@
 #include <stdexcept>
 #ifndef WIN32
 #include <unistd.h>
-#endif
-
-#ifdef __APPLE__
 #include <sys/stat.h>
+#include <sys/types.h>
 #endif
 
 #ifdef WIN32