From: Keith Whitwell Date: Wed, 10 Mar 2010 09:51:41 +0000 (+0000) Subject: trace: include tr_public.h X-Git-Tag: android-x86-2.2~5704^2~17 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7ce6b3130698aada770dc54b58e7b62e9cf20ad7;p=android-x86%2Fexternal-mesa.git trace: include tr_public.h --- diff --git a/src/gallium/drivers/trace/tr_screen.c b/src/gallium/drivers/trace/tr_screen.c index a15addeb8cf..86ddb995405 100644 --- a/src/gallium/drivers/trace/tr_screen.c +++ b/src/gallium/drivers/trace/tr_screen.c @@ -35,6 +35,7 @@ #include "tr_texture.h" #include "tr_context.h" #include "tr_screen.h" +#include "tr_public.h" #include "util/u_inlines.h" #include "pipe/p_format.h"