summaryrefslogtreecommitdiff
path: root/src/mesa/program/nvvertparse.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-11 00:33:02 -0700
committerVinson Lee <vlee@vmware.com>2010-08-11 00:33:02 -0700
commit1c5a077e1b6bbf612500e1745866aa91ea161286 (patch)
treeb50dc03d7cbcb8e1478e7cf7abcb63f738a53523 /src/mesa/program/nvvertparse.h
parent13887f389f488f281f46f8a62d151d0e6066342e (diff)
mesa: Include missing header in nvvertparse.h.
Include mtypes.h for GLcontext symbol.
Diffstat (limited to 'src/mesa/program/nvvertparse.h')
-rw-r--r--src/mesa/program/nvvertparse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/program/nvvertparse.h b/src/mesa/program/nvvertparse.h
index 9919e22388..91ef79e6c3 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,