]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - polygon.c
move two #defined to quakedef.h, and always include quakedef.h first before any other...
[xonotic/darkplaces.git] / polygon.c
index 2bc897fbe8baec206093b5fe6bb26308b1a15793..a02c032c1370da4fd85ed960d47e74a624069789 100644 (file)
--- a/polygon.c
+++ b/polygon.c
@@ -3,6 +3,8 @@
 Polygon clipping routines written by Forest Hale and placed into public domain.
 */
 
+#include "quakedef.h"
+
 #include <math.h>
 #include "polygon.h"