Mesa (master): gallium: include st_cb_viewport.h to silence warning
Brian Paul
brianp at kemper.freedesktop.org
Mon Feb 23 14:07:38 PST 2009
Module: Mesa
Branch: master
Commit: f24ec991906e04ea6dc4f950b1f49dfda95f3f18
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f24ec991906e04ea6dc4f950b1f49dfda95f3f18
Author: Brian Paul <brianp at vmware.com>
Date: Mon Feb 23 15:07:31 2009 -0700
gallium: include st_cb_viewport.h to silence warning
---
src/mesa/state_tracker/st_context.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c
index 916cf2f..78a7956 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"
More information about the mesa-commit
mailing list