diff options
author | Brian <[email protected]> | 2008-08-24 18:10:50 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-08-24 18:10:50 -0600 |
commit | 6fd2feaad7029a2f6d02bcf7039cbe72f53c615c (patch) | |
tree | 3b13932dcc4a10b8781784db95c403623830637c /src/gallium/winsys | |
parent | 4c84e940d009fe56c1f249507028daadea749ef2 (diff) |
gallium: include u_memory.h, u_math.h
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r-- | src/gallium/winsys/xlib/brw_aub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/xlib/brw_aub.c b/src/gallium/winsys/xlib/brw_aub.c index f3198029629..9e96efaa530 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 { |