]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - svbsp.c
move two #defined to quakedef.h, and always include quakedef.h first before any other...
[xonotic/darkplaces.git] / svbsp.c
diff --git a/svbsp.c b/svbsp.c
index ca6a1cf4dc47e606d572a0c66b51d82871ead170..7dcfffed61e75629e97c5f3654ae85996b712185 100644 (file)
--- a/svbsp.c
+++ b/svbsp.c
@@ -2,6 +2,8 @@
 // Shadow Volume BSP code written by Forest "LordHavoc" Hale on 2003-11-06 and placed into public domain.
 // Modified by LordHavoc (to make it work and other nice things like that) on 2007-01-24 and 2007-01-25
 
+#include "quakedef.h"
+
 #include <math.h>
 #include <string.h>
 #include "svbsp.h"