projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff750fe
)
Add include for context.h to define NEED_SECONDARY_COLOR.
author
Karl Schultz
<kschultz@freedesktop.org>
Fri, 19 Sep 2003 15:28:45 +0000
(15:28 +0000)
committer
Karl Schultz
<kschultz@freedesktop.org>
Fri, 19 Sep 2003 15:28:45 +0000
(15:28 +0000)
src/mesa/swrast/s_aatriangle.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_aatriangle.c
b/src/mesa/swrast/s_aatriangle.c
index 7f2f3e338a49bc3e06f24d19bd2554f30f3b8f71..4f2af74dbf720ba13a586964a1c7b76620f4964e 100644
(file)
--- 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"