]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/missing.h
merge branch work back into trunk
[xonotic/netradiant.git] / libs / missing.h
index f4fc6ee520519a02e6b51c4bfa2391785b1e3087..135f4d329f33d4d2db9e6a9f8f96452ec59c2943 100644 (file)
@@ -73,6 +73,9 @@ int MemorySize(void *ptr);
 #define MK_CONTROL          0x0008
 #define MK_MBUTTON          0x0010
 
+#include <dirent.h>
+#include <iostream>
+
 #endif
 
 #define CString Str
@@ -213,6 +216,7 @@ private:
        HANDLE                  findHandle;
        WIN32_FIND_DATA findFileData;
 #else
+       DIR                             *findHandle;
 #endif
 };