projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20d8586
)
swrast: Include mtypes.h in s_triangle.c.
author
Vinson Lee
<vlee@vmware.com>
Thu, 6 Jan 2011 01:46:39 +0000
(17:46 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 6 Jan 2011 01:46:39 +0000
(17:46 -0800)
Include mtypes.h for gl_context symbol.
src/mesa/swrast/s_triangle.c
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_triangle.c
b/src/mesa/swrast/s_triangle.c
index 0d2eabca6289a33f3f0916a3280cfe252a92d4eb..066f18203f17d7eea63e1418f9d77282aeeff0c0 100644
(file)
--- a/
src/mesa/swrast/s_triangle.c
+++ b/
src/mesa/swrast/s_triangle.c
@@
-34,6
+34,7
@@
#include "main/colormac.h"
#include "main/imports.h"
#include "main/macros.h"
+#include "main/mtypes.h"
#include "program/prog_instruction.h"
#include "s_aatriangle.h"