summaryrefslogtreecommitdiff
path: root/src/mesa/program/prog_execute.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-11 00:43:28 -0700
committerVinson Lee <vlee@vmware.com>2010-08-11 00:43:28 -0700
commitc20e92c3e0a1e75314882a9f7be1133310929898 (patch)
treed9af1c552a68f55cb956a62ba066646accf01b5a /src/mesa/program/prog_execute.h
parent2a5bf7b4d269d4232367747c9484b7c182db3a24 (diff)
mesa: Include missing header in prog_execute.h.
Include mtypes.h for GLcontext symbol.
Diffstat (limited to 'src/mesa/program/prog_execute.h')
-rw-r--r--src/mesa/program/prog_execute.h1
1 files changed, 1 insertions, 0 deletions
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],