]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
include quakedef (which drags in lots of other stuff) to hide various MSVC warnings...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 21 Jul 2002 08:40:19 +0000 (08:40 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 21 Jul 2002 08:40:19 +0000 (08:40 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2063 d7cf8633-e32d-0410-b094-e92efae38249

matrixlib.c

index 8f439107c0c6f8792bb322017bee186006910384..c6c4161afc796318d30155fcb6f7f93d66855a7c 100644 (file)
@@ -1,4 +1,5 @@
 
+#include "quakedef.h"
 #include "matrixlib.h"
 #include <math.h>