From 34487c68b44fe2a9d985da8d40db238de2b5aeb8 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Sat, 18 Jul 2015 10:02:03 +0200 Subject: [PATCH] Added the missing '#include ', required for the OS4 build. --- library/stdio_headers.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/library/stdio_headers.h b/library/stdio_headers.h index dfd1b29..f94061b 100644 --- a/library/stdio_headers.h +++ b/library/stdio_headers.h @@ -74,6 +74,12 @@ /****************************************************************************/ +#if defined(__amigaos4__) +#include +#endif /* __amigaos4__ */ + +/****************************************************************************/ + #ifndef CLIB_ALIB_PROTOS_H #include #endif /* CLIB_ALIB_PROTOS_H */