summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-29 23:04:50 -0700
committerVinson Lee <vlee@vmware.com>2010-07-29 23:04:50 -0700
commit1978247f85fd9e4c78ce346543c50910be40da0f (patch)
tree57bbedfd251808173340a79c89c43585ef84b1a8
parent3ef2a490d27f209bbe52c48af08531eac8022ea5 (diff)
mesa: Add missing header and forward declarations to uniforms.h.
-rw-r--r--src/mesa/main/uniforms.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/uniforms.h b/src/mesa/main/uniforms.h
index 29f77cb35a..ef98fe16bb 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);