diff options
author | Vinson Lee <[email protected]> | 2010-08-11 00:33:02 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-11 00:33:02 -0700 |
commit | 1c5a077e1b6bbf612500e1745866aa91ea161286 (patch) | |
tree | b50dc03d7cbcb8e1478e7cf7abcb63f738a53523 /src | |
parent | 13887f389f488f281f46f8a62d151d0e6066342e (diff) |
mesa: Include missing header in nvvertparse.h.
Include mtypes.h for GLcontext symbol.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/program/nvvertparse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/program/nvvertparse.h b/src/mesa/program/nvvertparse.h index 9919e22388d..91ef79e6c3c 100644 --- a/src/mesa/program/nvvertparse.h +++ b/src/mesa/program/nvvertparse.h @@ -29,6 +29,7 @@ #ifndef NVVERTPARSE_H #define NVVERTPARSE_H +#include "main/mtypes.h" extern void _mesa_parse_nv_vertex_program(GLcontext *ctx, GLenum target, |