Mesa (master): mesa: Add missing header and forward declarations to uniforms.h.

Vinson Lee vlee at kemper.freedesktop.org
Fri Jul 30 06:05:18 UTC 2010


Module: Mesa
Branch: master
Commit: 1978247f85fd9e4c78ce346543c50910be40da0f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1978247f85fd9e4c78ce346543c50910be40da0f

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Jul 29 23:04:50 2010 -0700

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

---

 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 29f77cb..ef98fe1 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);




More information about the mesa-commit mailing list