Mesa (master): swrast: Include mtypes.h in s_triangle.c.

Vinson Lee vlee at kemper.freedesktop.org
Thu Jan 6 01:47:05 UTC 2011


Module: Mesa
Branch: master
Commit: f84573d039e3cc2bf11d8c15d59bd3255fd05b27
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f84573d039e3cc2bf11d8c15d59bd3255fd05b27

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Jan  5 17:46:39 2011 -0800

swrast: Include mtypes.h in s_triangle.c.

Include mtypes.h for gl_context symbol.

---

 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 0d2eabc..066f182 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"




More information about the mesa-commit mailing list