diff options
author | Vinson Lee <[email protected]> | 2011-01-05 17:46:39 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2011-01-05 17:46:39 -0800 |
commit | f84573d039e3cc2bf11d8c15d59bd3255fd05b27 (patch) | |
tree | df1f480bcd8711c32163526460d993d30f9b0cfb /src/mesa/swrast/s_triangle.c | |
parent | 20d85865ec75f2cf2ae2a62ed3cf419e9af3eca3 (diff) |
swrast: Include mtypes.h in s_triangle.c.
Include mtypes.h for gl_context symbol.
Diffstat (limited to 'src/mesa/swrast/s_triangle.c')
-rw-r--r-- | src/mesa/swrast/s_triangle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_triangle.c b/src/mesa/swrast/s_triangle.c index 0d2eabca628..066f18203f1 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" |