i956: Fix the old FP path fragment position setup on gen6.
[mesa.git] / src / mesa / state_tracker / st_atom.h
index 1f0fef63df573562711cee7315e948d2d1bb29c1..6a5ea365ebca77d4a8042466cb58557ace3f0acb 100644 (file)
@@ -34,6 +34,8 @@
 #ifndef ST_ATOM_H
 #define ST_ATOM_H
 
+#include "main/glheader.h"
+
 struct st_context;
 struct st_tracked_state;
 
@@ -65,6 +67,6 @@ extern const struct st_tracked_state st_update_vs_constants;
 extern const struct st_tracked_state st_update_pixel_transfer;
 
 
-uint st_compare_func_to_pipe(GLenum func);
+GLuint st_compare_func_to_pipe(GLenum func);
 
 #endif