From 99695dec0b4282db9b287cf1147e0d78f67a41f1 Mon Sep 17 00:00:00 2001 From: Henning Nielsen Lund Date: Tue, 15 Aug 2017 21:45:33 +0200 Subject: [PATCH] we use restrict Signed-off-by: Henning Nielsen Lund --- library/include/stdlib.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library/include/stdlib.h b/library/include/stdlib.h index b1d48a8..dc9a234 100644 --- a/library/include/stdlib.h +++ b/library/include/stdlib.h @@ -47,6 +47,10 @@ #include #endif /* _STDDEF_H */ +#ifndef _SYS_CLIB2_STDC_H +#include +#endif /* _SYS_CLIB2_STDC_H */ + /****************************************************************************/ #ifdef __cplusplus