diff options
author | Vinson Lee <[email protected]> | 2010-08-11 00:29:26 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-11 00:29:26 -0700 |
commit | 13887f389f488f281f46f8a62d151d0e6066342e (patch) | |
tree | c7033c841d980f44821fb635ed32cee692ac4009 /src/mesa | |
parent | 48f849504078b70a069d8cf971c669e2d3816995 (diff) |
mesa: Include missing header in nvfragparse.h.
Include mtypes.h for GLcontext symbol.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/program/nvfragparse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/program/nvfragparse.h b/src/mesa/program/nvfragparse.h index 544ab80c56c..e28a6c49349 100644 --- a/src/mesa/program/nvfragparse.h +++ b/src/mesa/program/nvfragparse.h @@ -30,6 +30,7 @@ #ifndef NVFRAGPARSE_H #define NVFRAGPARSE_H +#include "main/mtypes.h" extern void _mesa_parse_nv_fragment_program(GLcontext *ctx, GLenum target, |