gallium: include u_memory.h, u_math.h
authorBrian <brian.paul@tungstengraphics.com>
Mon, 25 Aug 2008 00:10:50 +0000 (18:10 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 25 Aug 2008 00:10:50 +0000 (18:10 -0600)
src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
src/gallium/winsys/xlib/brw_aub.c

index 5e518370d0e1501240942d635e3469af2de767cb..4cb8c3bb5578f5d1ee0d6472d46ba5912372f3d9 100644 (file)
@@ -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"
index f31980296297a1720a65db626f071a58234fa756..9e96efaa530900c99ca23b5e5d30d1a5458866c6 100644 (file)
@@ -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 {