From: Vinson Lee Date: Wed, 11 Aug 2010 07:43:28 +0000 (-0700) Subject: mesa: Include missing header in prog_execute.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c20e92c3e0a1e75314882a9f7be1133310929898;p=mesa.git mesa: Include missing header in prog_execute.h. Include mtypes.h for GLcontext symbol. --- diff --git a/src/mesa/program/prog_execute.h b/src/mesa/program/prog_execute.h index adefc5439de..f59b65176ff 100644 --- a/src/mesa/program/prog_execute.h +++ b/src/mesa/program/prog_execute.h @@ -26,6 +26,7 @@ #define PROG_EXECUTE_H #include "main/config.h" +#include "main/mtypes.h" typedef void (*FetchTexelLodFunc)(GLcontext *ctx, const GLfloat texcoord[4],