From b232b68cdc3c522b57a50095e7b7b9d33315989a Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Mon, 1 Feb 2010 15:12:20 +0000 Subject: mesa: Add missing includes. --- src/mesa/state_tracker/st_cb_strings.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa') diff --git a/src/mesa/state_tracker/st_cb_strings.c b/src/mesa/state_tracker/st_cb_strings.c index f22c5369e4..996e065fed 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" -- cgit v1.2.3