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 e36c10d595a09c73a912a5e2bbe4adbf66506e59..7075db82e96af362c161a604c493dad23e14b55e 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"