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 7f2f3e3..4f2af74 100644 (file)
@@ -29,6 +29,7 @@
 
 
 #include "glheader.h"
+#include "context.h"
 #include "colormac.h"
 #include "macros.h"
 #include "imports.h"