From 74c33393b4ebcc1616c0d8f1b6f43d658aed3f22 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Fri, 19 Sep 2003 15:28:45 +0000 Subject: [PATCH] Add include for context.h to define NEED_SECONDARY_COLOR. --- src/mesa/swrast/s_aatriangle.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/swrast/s_aatriangle.c b/src/mesa/swrast/s_aatriangle.c index 7f2f3e3..4f2af74 100644 --- a/src/mesa/swrast/s_aatriangle.c +++ b/src/mesa/swrast/s_aatriangle.c @@ -29,6 +29,7 @@ #include "glheader.h" +#include "context.h" #include "colormac.h" #include "macros.h" #include "imports.h" -- 2.7.4