From: Vinson Lee Date: Fri, 30 Jul 2010 06:04:50 +0000 (-0700) Subject: mesa: Add missing header and forward declarations to uniforms.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1978247f85fd9e4c78ce346543c50910be40da0f;p=mesa.git mesa: Add missing header and forward declarations to uniforms.h. --- diff --git a/src/mesa/main/uniforms.h b/src/mesa/main/uniforms.h index 29f77cb35a0..ef98fe16bb1 100644 --- a/src/mesa/main/uniforms.h +++ b/src/mesa/main/uniforms.h @@ -25,6 +25,10 @@ #ifndef UNIFORMS_H #define UNIFORMS_H +#include "glheader.h" + +struct gl_program; +struct _glapi_table; extern void GLAPIENTRY _mesa_Uniform1fARB(GLint, GLfloat);