summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichal Krol <michal@tungstengraphics.com>2008-08-23 12:31:50 +0200
committerMichal Krol <michal@tungstengraphics.com>2008-08-23 12:31:50 +0200
commitec7415642d7eb192164e7a513198b86756de484c (patch)
tree189ef0a8b8edcbf30b074e00dad806afc43d9ac7 /src
parente7ff7f78be6c14b6c48e451d6d1f597af379f8f8 (diff)
trace: Include u_string.h.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/trace/tr_stream_wd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_stream_wd.c b/src/gallium/drivers/trace/tr_stream_wd.c
index 45309dcb4e6..b3b65f09716 100644
--- a/src/gallium/drivers/trace/tr_stream_wd.c
+++ b/src/gallium/drivers/trace/tr_stream_wd.c
@@ -38,6 +38,7 @@
#include <winddi.h>
#include "pipe/p_util.h"
+#include "util/u_string.h"
#include "tr_stream.h"