swrast: Include mtypes.h in s_triangle.c.
authorVinson Lee <vlee@vmware.com>
Thu, 6 Jan 2011 01:46:39 +0000 (17:46 -0800)
committerVinson 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

index 0d2eabc..066f182 100644 (file)
@@ -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"