From: Brian Date: Mon, 25 Aug 2008 00:10:50 +0000 (-0600) Subject: gallium: include u_memory.h, u_math.h X-Git-Tag: mesa-7.8~4139^2~390^2~493 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fd2feaad7029a2f6d02bcf7039cbe72f53c615c;p=platform%2Fupstream%2Fmesa.git gallium: include u_memory.h, u_math.h --- diff --git a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c index 5e51837..4cb8c3b 100644 --- a/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c +++ b/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c @@ -37,6 +37,7 @@ #include "pipe/p_debug.h" #include "pipe/p_winsys.h" #include "pipe/p_thread.h" +#include "util/u_math.h" #include "util/u_memory.h" #include "util/u_double_list.h" #include "util/u_time.h" diff --git a/src/gallium/winsys/xlib/brw_aub.c b/src/gallium/winsys/xlib/brw_aub.c index f319802..9e96efa 100644 --- a/src/gallium/winsys/xlib/brw_aub.c +++ b/src/gallium/winsys/xlib/brw_aub.c @@ -35,6 +35,7 @@ #include "pipe/p_context.h" #include "pipe/p_state.h" #include "pipe/p_debug.h" +#include "util/u_memory.h" struct brw_aubfile {