aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/lib/alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/lib/alloc.h')
-rw-r--r--src/kernel/lib/alloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/lib/alloc.h b/src/kernel/lib/alloc.h
index 5658da7..6ed9efb 100644
--- a/src/kernel/lib/alloc.h
+++ b/src/kernel/lib/alloc.h
@@ -1,6 +1,8 @@
#ifndef MELVIX_ALLOC_H
#define MELVIX_ALLOC_H
+#include <stddef.h>
+
#define PREFIX(func) k ## func
int liballoc_lock();