From: Vinson Lee Date: Thu, 6 Jan 2011 01:46:39 +0000 (-0800) Subject: swrast: Include mtypes.h in s_triangle.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f84573d039e3cc2bf11d8c15d59bd3255fd05b27;p=mesa.git swrast: Include mtypes.h in s_triangle.c. Include mtypes.h for gl_context symbol. --- 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"