X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=libs%2Fmissing.h;h=135f4d329f33d4d2db9e6a9f8f96452ec59c2943;hp=f4fc6ee520519a02e6b51c4bfa2391785b1e3087;hb=caadbd4cfc7aad3ac87651d06f954829de12d94a;hpb=94199c49dca11651a54af1e7e48df318befcb865 diff --git a/libs/missing.h b/libs/missing.h index f4fc6ee5..135f4d32 100644 --- a/libs/missing.h +++ b/libs/missing.h @@ -73,6 +73,9 @@ int MemorySize(void *ptr); #define MK_CONTROL 0x0008 #define MK_MBUTTON 0x0010 +#include +#include + #endif #define CString Str @@ -213,6 +216,7 @@ private: HANDLE findHandle; WIN32_FIND_DATA findFileData; #else + DIR *findHandle; #endif };