mesa: Add missing header and forward declarations to uniforms.h.

This commit is contained in:
Vinson Lee
2010-07-29 23:04:50 -07:00
parent 3ef2a490d2
commit 1978247f85
+4
View File
@@ -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);