From: Karl Schultz Date: Fri, 19 Sep 2003 15:28:45 +0000 (+0000) Subject: Add include for context.h to define NEED_SECONDARY_COLOR. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74c33393b4ebcc1616c0d8f1b6f43d658aed3f22;p=mesa.git Add include for context.h to define NEED_SECONDARY_COLOR. --- diff --git a/src/mesa/swrast/s_aatriangle.c b/src/mesa/swrast/s_aatriangle.c index 7f2f3e338a4..4f2af74dbf7 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"