glsl/cl: Add forward declaration.
authorVinson Lee <vlee@vmware.com>
Sat, 14 Aug 2010 07:53:28 +0000 (00:53 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 14 Aug 2010 07:53:28 +0000 (00:53 -0700)
src/glsl/cl/sl_cl_parse.h

index dd5791d..a954d43 100644 (file)
@@ -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,