projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ef2a49
)
mesa: Add missing header and forward declarations to uniforms.h.
author
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 06:04:50 +0000
(23:04 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 30 Jul 2010 06:04:50 +0000
(23:04 -0700)
src/mesa/main/uniforms.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/uniforms.h
b/src/mesa/main/uniforms.h
index 29f77cb35a021669e5cc256aec4d2d72829e5e71..ef98fe16bb1dc884b434de0cf3575eb748c49d23 100644
(file)
--- 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);