summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-14 00:53:28 -0700
committerVinson Lee <vlee@vmware.com>2010-08-14 00:53:28 -0700
commitde33671a4f2ed1c47cb2c18a3f272d38b3000106 (patch)
treea68aa08f1ca9add8f11b48c8cbdfc3191a65ca7f
parente8000ffeaf3a11a8173d0ffc3f3f6f4e800972d3 (diff)
glsl/cl: Add forward declaration.
-rw-r--r--src/glsl/cl/sl_cl_parse.h2
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 dd5791d590..a954d43927 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,