From a3e27d361919392eeb0086ed93b105d8301c7913 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Tue, 26 Jul 2022 19:31:06 +0200 Subject: user: move the POSIX-y stuff to the proper header files --- src/user/lib/malloc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/user/lib/malloc.c') diff --git a/src/user/lib/malloc.c b/src/user/lib/malloc.c index bb6b653..ea65d74 100644 --- a/src/user/lib/malloc.c +++ b/src/user/lib/malloc.c @@ -1,9 +1,8 @@ #include #include #include -#include - -#include +#include +#include #define MBLOCK_MAGIC 0x1337BABE -- cgit v1.2.3