diff options
author | Michal Krol <michal@tungstengraphics.com> | 2008-08-23 12:31:50 +0200 |
---|---|---|
committer | Michal Krol <michal@tungstengraphics.com> | 2008-08-23 12:31:50 +0200 |
commit | ec7415642d7eb192164e7a513198b86756de484c (patch) | |
tree | 189ef0a8b8edcbf30b074e00dad806afc43d9ac7 /src/gallium | |
parent | e7ff7f78be6c14b6c48e451d6d1f597af379f8f8 (diff) |
trace: Include u_string.h.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/trace/tr_stream_wd.c | 1 |
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 45309dcb4e..b3b65f0971 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" |