summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-05-13 01:47:31 -0700
committerVinson Lee <vlee@vmware.com>2010-05-13 01:47:31 -0700
commit8230ead0cfb3fdfff3f3755e9850a60b5fd271bc (patch)
treebd56ccd2ccd5f9365fbc7cf32f59d5d0a7553fad /src/gallium/drivers/trace
parent3f168eef095fcd9033be900aaf16bf78d3a2018a (diff)
trace: Add missing header.
Fixes GCC implicit function declaration warning.
Diffstat (limited to 'src/gallium/drivers/trace')
-rw-r--r--src/gallium/drivers/trace/tr_context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_context.c b/src/gallium/drivers/trace/tr_context.c
index 5b86083f56..066fa6b9ac 100644
--- a/src/gallium/drivers/trace/tr_context.c
+++ b/src/gallium/drivers/trace/tr_context.c
@@ -34,6 +34,7 @@
#include "tr_dump.h"
#include "tr_dump_state.h"
+#include "tr_public.h"
#include "tr_screen.h"
#include "tr_texture.h"
#include "tr_context.h"