]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
additionally include stdint.h on non-MSVC too
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 23 Dec 2009 12:56:33 +0000 (12:56 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 23 Dec 2009 12:56:33 +0000 (12:56 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9648 d7cf8633-e32d-0410-b094-e92efae38249

utf8lib.h

index 4133908a19498a23da9a5b35165079ab3c0c8c80..083e918c0723d1fa25d2f306f765e22917e40ede 100644 (file)
--- a/utf8lib.h
+++ b/utf8lib.h
@@ -13,6 +13,7 @@
 #include <stdint.h>
 typedef __int32 U_int32;
 #else
+#include <stdint.h>
 #include <sys/types.h>
 typedef int32_t U_int32;
 #endif