]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
also include <stdint.h> to get uint32_t on mingw
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 18 Feb 2009 20:08:31 +0000 (20:08 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 18 Feb 2009 20:08:31 +0000 (20:08 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8732 d7cf8633-e32d-0410-b094-e92efae38249

cap_ogg.c

index 04bb401dc226e84a6953d324dcec65f944d208ed..436f436884191249eb226259d56944a92d5d0f24 100644 (file)
--- a/cap_ogg.c
+++ b/cap_ogg.c
@@ -1,3 +1,4 @@
+#include <stdint.h>
 #include <sys/types.h>
 
 #include "quakedef.h"