diff options
author | Vinson Lee <vlee@vmware.com> | 2010-05-13 01:47:31 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-05-13 01:47:31 -0700 |
commit | 8230ead0cfb3fdfff3f3755e9850a60b5fd271bc (patch) | |
tree | bd56ccd2ccd5f9365fbc7cf32f59d5d0a7553fad | |
parent | 3f168eef095fcd9033be900aaf16bf78d3a2018a (diff) |
trace: Add missing header.
Fixes GCC implicit function declaration warning.
-rw-r--r-- | src/gallium/drivers/trace/tr_context.c | 1 |
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" |