Mesa (master): trace: Add missing header.

Vinson Lee vlee at kemper.freedesktop.org
Thu May 13 08:48:16 UTC 2010


Module: Mesa
Branch: master
Commit: 8230ead0cfb3fdfff3f3755e9850a60b5fd271bc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8230ead0cfb3fdfff3f3755e9850a60b5fd271bc

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu May 13 01:47:31 2010 -0700

trace: Add missing header.

Fixes GCC implicit function declaration warning.

---

 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 5b86083..066fa6b 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"




More information about the mesa-commit mailing list