st/mesa: Add forward declaration in st_cb_condrender.h.
authorVinson Lee <vlee@vmware.com>
Wed, 4 Aug 2010 19:24:51 +0000 (12:24 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 4 Aug 2010 19:24:51 +0000 (12:24 -0700)
src/mesa/state_tracker/st_cb_condrender.h

index 891f1cb..79d0db8 100644 (file)
@@ -29,6 +29,8 @@
 #define ST_CB_CONDRENDER_H
 
 
+struct dd_function_table;
+
 extern void st_init_cond_render_functions(struct dd_function_table *functions);