Add include for context.h to define NEED_SECONDARY_COLOR.
authorKarl Schultz <kschultz@freedesktop.org>
Fri, 19 Sep 2003 15:28:45 +0000 (15:28 +0000)
committerKarl Schultz <kschultz@freedesktop.org>
Fri, 19 Sep 2003 15:28:45 +0000 (15:28 +0000)
src/mesa/swrast/s_aatriangle.c

index 7f2f3e338a49bc3e06f24d19bd2554f30f3b8f71..4f2af74dbf720ba13a586964a1c7b76620f4964e 100644 (file)
@@ -29,6 +29,7 @@
 
 
 #include "glheader.h"
+#include "context.h"
 #include "colormac.h"
 #include "macros.h"
 #include "imports.h"