aboutsummaryrefslogtreecommitdiff
path: root/src/mlibc/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlibc/stdlib.h')
-rw-r--r--src/mlibc/stdlib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mlibc/stdlib.h b/src/mlibc/stdlib.h
index 7ae9c5a..36a3b5f 100644
--- a/src/mlibc/stdlib.h
+++ b/src/mlibc/stdlib.h
@@ -4,11 +4,15 @@
#include <stdint.h>
#ifndef MELVIX_ALLOC_H
+
#include <mlibc/stdlib/liballoc.h>
+
#endif
#ifndef MELVIX_STRING_H
+
#include <mlibc/string.h>
+
#endif
char *itoa(int n);