mesa: Include missing headers in nvprogram.h.
authorVinson Lee <vlee@vmware.com>
Sat, 31 Jul 2010 06:30:38 +0000 (23:30 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 31 Jul 2010 06:30:38 +0000 (23:30 -0700)
src/mesa/main/nvprogram.h

index 8ee5966..260a25b 100644 (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);