From f24ec991906e04ea6dc4f950b1f49dfda95f3f18 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 23 Feb 2009 15:07:31 -0700 Subject: gallium: include st_cb_viewport.h to silence warning --- src/mesa/state_tracker/st_context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index 916cf2f64c..78a7956c90 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -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" -- cgit v1.2.3