diff options
Diffstat (limited to 'kernel/include')
-rw-r--r-- | kernel/include/slab_alloc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/include/slab_alloc.h b/kernel/include/slab_alloc.h index 5355a66..eb9588d 100644 --- a/kernel/include/slab_alloc.h +++ b/kernel/include/slab_alloc.h @@ -13,8 +13,11 @@ #include <assert.h> #define ASSERT assert #define PAGE_SIZE 0x1000 +#include <stdio.h> +#define dbg_printf printf #else #include <sys.h> // this is macroscope +#include <dbglog.h> #endif // expected format for the array of slab_type_t given to slab_create : |