aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/mlibc/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/userspace/mlibc/stdlib.h')
-rw-r--r--src/userspace/mlibc/stdlib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/userspace/mlibc/stdlib.h b/src/userspace/mlibc/stdlib.h
index ff8603c..36a3b5f 100644
--- a/src/userspace/mlibc/stdlib.h
+++ b/src/userspace/mlibc/stdlib.h
@@ -3,6 +3,12 @@
#include <stdint.h>
+#ifndef MELVIX_ALLOC_H
+
+#include <mlibc/stdlib/liballoc.h>
+
+#endif
+
#ifndef MELVIX_STRING_H
#include <mlibc/string.h>