Module: Mesa Branch: master Commit: f84573d039e3cc2bf11d8c15d59bd3255fd05b27 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f84573d039e3cc2bf11d8c15d59bd3255fd05b27
Author: Vinson Lee <[email protected]> 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
