From: Michal Krol Date: Sat, 23 Aug 2008 10:31:50 +0000 (+0200) Subject: trace: Include u_string.h. X-Git-Tag: mesa-7.8~4139^2~390^2~496 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec7415642d7eb192164e7a513198b86756de484c;p=platform%2Fupstream%2Fmesa.git trace: Include u_string.h. --- diff --git a/src/gallium/drivers/trace/tr_stream_wd.c b/src/gallium/drivers/trace/tr_stream_wd.c index 45309dc..b3b65f0 100644 --- a/src/gallium/drivers/trace/tr_stream_wd.c +++ b/src/gallium/drivers/trace/tr_stream_wd.c @@ -38,6 +38,7 @@ #include #include "pipe/p_util.h" +#include "util/u_string.h" #include "tr_stream.h"