diff options
Diffstat (limited to 'src/kernel/mem/_dlmalloc.h')
-rw-r--r-- | src/kernel/mem/_dlmalloc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kernel/mem/_dlmalloc.h b/src/kernel/mem/_dlmalloc.h index 7b2e2cc..a80273c 100644 --- a/src/kernel/mem/_dlmalloc.h +++ b/src/kernel/mem/_dlmalloc.h @@ -1,6 +1,7 @@ #ifndef DEF_DLMALLOC_H #define DEF_DLMALLOC_H +#include <types.h> #include "lib/std.h" #include <stdlib_common.h> #include <string.h> @@ -16,6 +17,8 @@ #define USE_LOCKS 2 + + /* Version identifier to allow people to support multiple versions */ #ifndef DLMALLOC_VERSION #define DLMALLOC_VERSION 20805 |