Mesa (master): glsl/cl: Add forward declaration.

Vinson Lee vlee at kemper.freedesktop.org
Sat Aug 14 07:54:49 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Aug 14 00:53:28 2010 -0700

glsl/cl: Add forward declaration.

---

 src/glsl/cl/sl_cl_parse.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/glsl/cl/sl_cl_parse.h b/src/glsl/cl/sl_cl_parse.h
index dd5791d..a954d43 100644
--- a/src/glsl/cl/sl_cl_parse.h
+++ b/src/glsl/cl/sl_cl_parse.h
@@ -28,6 +28,8 @@
 #ifndef SL_CL_PARSE_H
 #define SL_CL_PARSE_H
 
+struct sl_pp_context;
+
 int
 sl_cl_compile(struct sl_pp_context *context,
               unsigned int shader_type,




More information about the mesa-commit mailing list