Mesa (master): mesa: Add missing includes.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Feb 3 19:37:04 UTC 2010


Module: Mesa
Branch: master
Commit: b232b68cdc3c522b57a50095e7b7b9d33315989a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b232b68cdc3c522b57a50095e7b7b9d33315989a

Author: José Fonseca <jfonseca at vmware.com>
Date:   Mon Feb  1 15:12:20 2010 +0000

mesa: Add missing includes.

---

 src/mesa/state_tracker/st_cb_strings.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/state_tracker/st_cb_strings.c b/src/mesa/state_tracker/st_cb_strings.c
index f22c536..996e065 100644
--- a/src/mesa/state_tracker/st_cb_strings.c
+++ b/src/mesa/state_tracker/st_cb_strings.c
@@ -35,6 +35,7 @@
 #include "main/macros.h"
 #include "pipe/p_context.h"
 #include "pipe/p_screen.h"
+#include "util/u_string.h"
 #include "st_context.h"
 #include "st_cb_strings.h"
 




More information about the mesa-commit mailing list