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 544ab80c56c9449526b3703b7b9a342af69cd799..e28a6c4934932242449ecc46f1d370eda2c2668f 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,