summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2011-01-05 17:46:39 -0800
committerVinson Lee <vlee@vmware.com>2011-01-05 17:46:39 -0800
commitf84573d039e3cc2bf11d8c15d59bd3255fd05b27 (patch)
treedf1f480bcd8711c32163526460d993d30f9b0cfb /src/mesa/swrast
parent20d85865ec75f2cf2ae2a62ed3cf419e9af3eca3 (diff)
swrast: Include mtypes.h in s_triangle.c.
Include mtypes.h for gl_context symbol.
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r--src/mesa/swrast/s_triangle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_triangle.c b/src/mesa/swrast/s_triangle.c
index 0d2eabca62..066f18203f 100644
--- 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"