diff options
author | Vinson Lee <[email protected]> | 2010-07-29 23:04:50 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-29 23:04:50 -0700 |
commit | 1978247f85fd9e4c78ce346543c50910be40da0f (patch) | |
tree | 57bbedfd251808173340a79c89c43585ef84b1a8 /src/mesa/main | |
parent | 3ef2a490d27f209bbe52c48af08531eac8022ea5 (diff) |
mesa: Add missing header and forward declarations to uniforms.h.
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/uniforms.h | 4 |
1 files changed, 4 insertions, 0 deletions
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); |