summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-11 00:29:26 -0700
committerVinson Lee <vlee@vmware.com>2010-08-11 00:29:26 -0700
commit13887f389f488f281f46f8a62d151d0e6066342e (patch)
treec7033c841d980f44821fb635ed32cee692ac4009
parent48f849504078b70a069d8cf971c669e2d3816995 (diff)
mesa: Include missing header in nvfragparse.h.
Include mtypes.h for GLcontext symbol.
-rw-r--r--src/mesa/program/nvfragparse.h1
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,