mesa: Include missing headers in nvprogram.h.

This commit is contained in:
Vinson Lee
2010-07-30 23:30:38 -07:00
parent 094d66f459
commit 378b8df47a
+2
View File
@@ -29,6 +29,8 @@
#ifndef NVPROGRAM_H
#define NVPROGRAM_H
#include "glheader.h"
#include "mtypes.h"
extern void GLAPIENTRY
_mesa_ExecuteProgramNV(GLenum target, GLuint id, const GLfloat *params);