mesa: Include missing header in nvfragparse.h.
authorVinson Lee <vlee@vmware.com>
Wed, 11 Aug 2010 07:29:26 +0000 (00:29 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 11 Aug 2010 07:29:26 +0000 (00:29 -0700)
Include mtypes.h for GLcontext symbol.

src/mesa/program/nvfragparse.h

index 544ab80..e28a6c4 100644 (file)
@@ -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,