diff options
author | José Fonseca <[email protected]> | 2008-02-19 12:24:42 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-02-19 14:01:49 +0900 |
commit | 17158c2f00f5bee29ec8239367fd5498f22e4a91 (patch) | |
tree | 198858e5ce45eb5d30c1b10f1910cf2248c33bf6 /src/gallium/auxiliary/rtasm/rtasm_execmem.c | |
parent | d2f6c9ab10656f6ecda131a6785a60565026d249 (diff) |
Move mm.c code into util module.
Using the u_ prefix to distingish the c source files that support gallium
interfaces and those that have really no relation with gallium itself.
Diffstat (limited to 'src/gallium/auxiliary/rtasm/rtasm_execmem.c')
-rw-r--r-- | src/gallium/auxiliary/rtasm/rtasm_execmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/rtasm/rtasm_execmem.c b/src/gallium/auxiliary/rtasm/rtasm_execmem.c index cb13db24983..9c78fa56269 100644 --- a/src/gallium/auxiliary/rtasm/rtasm_execmem.c +++ b/src/gallium/auxiliary/rtasm/rtasm_execmem.c @@ -46,7 +46,7 @@ #include <unistd.h> #include <sys/mman.h> -#include "mm.h" +#include "util/u_mm.h" #define EXEC_HEAP_SIZE (10*1024*1024) |