diff options
author | Vinson Lee <[email protected]> | 2010-08-11 00:43:28 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-11 00:43:28 -0700 |
commit | c20e92c3e0a1e75314882a9f7be1133310929898 (patch) | |
tree | d9af1c552a68f55cb956a62ba066646accf01b5a /src/mesa/program | |
parent | 2a5bf7b4d269d4232367747c9484b7c182db3a24 (diff) |
mesa: Include missing header in prog_execute.h.
Include mtypes.h for GLcontext symbol.
Diffstat (limited to 'src/mesa/program')
-rw-r--r-- | src/mesa/program/prog_execute.h | 1 |
1 files changed, 1 insertions, 0 deletions
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], |