diff options
author | Michal Krol <[email protected]> | 2008-08-25 10:42:00 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2008-08-25 10:42:25 +0200 |
commit | 2c4661f8fce8a27f2082c6ac498f9fb188878476 (patch) | |
tree | 4790c866b74eb9b49b1086c26b1cd86140719e6b /src/gallium/auxiliary/util | |
parent | 6fd2feaad7029a2f6d02bcf7039cbe72f53c615c (diff) |
gallium: Add missing includes.
Diffstat (limited to 'src/gallium/auxiliary/util')
-rw-r--r-- | src/gallium/auxiliary/util/u_memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_memory.h b/src/gallium/auxiliary/util/u_memory.h index 148a5cb9972..ec32d60fbe7 100644 --- a/src/gallium/auxiliary/util/u_memory.h +++ b/src/gallium/auxiliary/util/u_memory.h @@ -51,7 +51,7 @@ /* memory debugging */ -#include "p_debug.h" +#include "pipe/p_debug.h" #define MALLOC( _size ) \ debug_malloc( __FILE__, __LINE__, __FUNCTION__, _size ) |