mesa: Include missing header in nvfragparse.h.

Include mtypes.h for GLcontext symbol.
This commit is contained in:
Vinson Lee
2010-08-11 00:29:26 -07:00
parent 48f8495040
commit 13887f389f
+1
View 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,