summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-03-10 09:51:41 +0000
committerKeith Whitwell <keithw@vmware.com>2010-03-10 09:51:41 +0000
commit7ce6b3130698aada770dc54b58e7b62e9cf20ad7 (patch)
treed924a0978b72c6afd51e352460b027a36dfafc7d /src/gallium/drivers/trace
parent3e38dbe3d3371f0a37dd35582301ae2b1507e5d2 (diff)
trace: include tr_public.h
Diffstat (limited to 'src/gallium/drivers/trace')
-rw-r--r--src/gallium/drivers/trace/tr_screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_screen.c b/src/gallium/drivers/trace/tr_screen.c
index a15addeb8c..86ddb99540 100644
--- a/src/gallium/drivers/trace/tr_screen.c
+++ b/src/gallium/drivers/trace/tr_screen.c
@@ -35,6 +35,7 @@
#include "tr_texture.h"
#include "tr_context.h"
#include "tr_screen.h"
+#include "tr_public.h"
#include "util/u_inlines.h"
#include "pipe/p_format.h"