From c20e92c3e0a1e75314882a9f7be1133310929898 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Wed, 11 Aug 2010 00:43:28 -0700 Subject: mesa: Include missing header in prog_execute.h. Include mtypes.h for GLcontext symbol. --- src/mesa/program/prog_execute.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/program/prog_execute.h') diff --git a/src/mesa/program/prog_execute.h b/src/mesa/program/prog_execute.h index adefc5439d..f59b65176f 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], -- cgit v1.2.3