gallium: include st_cb_viewport.h to silence warning
authorBrian Paul <brianp@vmware.com>
Mon, 23 Feb 2009 22:07:31 +0000 (15:07 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 23 Feb 2009 22:07:31 +0000 (15:07 -0700)
src/mesa/state_tracker/st_context.c

index 916cf2f..78a7956 100644 (file)
@@ -59,6 +59,7 @@
 #include "st_cb_texture.h"
 #include "st_cb_flush.h"
 #include "st_cb_strings.h"
+#include "st_cb_viewport.h"
 #include "st_atom.h"
 #include "st_draw.h"
 #include "st_extensions.h"