Adding proper includes often helps with the warnings,
authorZack Rusin <zack@tungstengraphics.com>
Wed, 19 Sep 2007 18:14:03 +0000 (14:14 -0400)
committerZack Rusin <zack@tungstengraphics.com>
Wed, 19 Sep 2007 18:14:03 +0000 (14:14 -0400)
or so i hear..

src/mesa/state_tracker/st_draw.c

index e36c10d..7075db8 100644 (file)
@@ -38,6 +38,7 @@
 #include "tnl/t_vp_build.h"
 
 #include "st_atom.h"
+#include "st_cache.h"
 #include "st_context.h"
 #include "st_cb_bufferobjects.h"
 #include "st_draw.h"