From 38610cd06dc0b5a3a4ee46f5fe7c341191aa2bc1 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 21 Dec 2019 12:25:14 +0100 Subject: Some userspace improvements GAS is bad, NASM is awesome. --- src/userspace/mlibc/stdlib.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/userspace/mlibc/stdlib.h') 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 +#ifndef MELVIX_ALLOC_H + +#include + +#endif + #ifndef MELVIX_STRING_H #include -- cgit v1.2.3