glsl: add ir_emit_vertex and ir_end_primitive instruction types
[mesa.git] / src / mesa / state_tracker / st_cb_rasterpos.h
index 2b992e1405ec99b1285a1f2bb01600a101e2500d..99796f61050feaf9528a02b36aaae3008333858e 100644 (file)
 #ifndef ST_CB_RASTERPOS_H
 #define ST_CB_RASTERPOS_H
 
+
+#include "main/compiler.h"
+
+struct dd_function_table;
+
 extern void st_init_rasterpos_functions(struct dd_function_table *functions);
 
-#endif
+
+#endif /* ST_CB_RASTERPOS_H */