mesa: Add missing header and forward declarations to uniforms.h.
authorVinson Lee <vlee@vmware.com>
Fri, 30 Jul 2010 06:04:50 +0000 (23:04 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 30 Jul 2010 06:04:50 +0000 (23:04 -0700)
src/mesa/main/uniforms.h

index 29f77cb35a021669e5cc256aec4d2d72829e5e71..ef98fe16bb1dc884b434de0cf3575eb748c49d23 100644 (file)
 #ifndef UNIFORMS_H
 #define UNIFORMS_H
 
+#include "glheader.h"
+
+struct gl_program;
+struct _glapi_table;
 
 extern void GLAPIENTRY
 _mesa_Uniform1fARB(GLint, GLfloat);