OSDN Git Service

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