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 0d2eabca6289a33f3f0916a3280cfe252a92d4eb..066f18203f17d7eea63e1418f9d77282aeeff0c0 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"