mesa: Include missing header in nvvertparse.h.

Include mtypes.h for GLcontext symbol.
This commit is contained in:
Vinson Lee 2010-08-11 00:33:02 -07:00
parent 13887f389f
commit 1c5a077e1b
1 changed files with 1 additions and 0 deletions

View File

@ -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,