summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/tr_dump.c
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2009-03-11 22:45:48 +0100
committerJakob Bornecrantz <jakob@vmware.com>2009-03-11 22:47:15 +0100
commit808f32279964f4e80f0708f737fdf3a901ff51e5 (patch)
tree9bc5b3756575beded142af9714910949b2f41533 /src/gallium/drivers/trace/tr_dump.c
parent422512050312a880439ed4e8eb99b8e362d5071f (diff)
trace: Move buffer functions from winsys to screen
Diffstat (limited to 'src/gallium/drivers/trace/tr_dump.c')
-rw-r--r--src/gallium/drivers/trace/tr_dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_dump.c b/src/gallium/drivers/trace/tr_dump.c
index ec8f8cd62e..0f29ba7e7e 100644
--- a/src/gallium/drivers/trace/tr_dump.c
+++ b/src/gallium/drivers/trace/tr_dump.c
@@ -51,6 +51,7 @@
#include "util/u_stream.h"
#include "tr_dump.h"
+#include "tr_screen.h"
static struct util_stream *stream = NULL;