trace: Add missing header.
authorVinson Lee <vlee@vmware.com>
Thu, 13 May 2010 08:47:31 +0000 (01:47 -0700)
committerVinson Lee <vlee@vmware.com>
Thu, 13 May 2010 08:47:31 +0000 (01:47 -0700)
Fixes GCC implicit function declaration warning.

src/gallium/drivers/trace/tr_context.c

index 5b86083f5695b26a69f190243022639d21f7c8a0..066fa6b9ac9cc21c159f7c9ed027eaa3e906a627 100644 (file)
@@ -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"