From e403edd04a7d0f7c60847360e8bbb8b722ba5d4a Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Wed, 30 Sep 2015 11:23:04 +0200 Subject: [PATCH] Added missing #include Changes in the naming of certain dos.library functions in the V53 header files are now accounted for. This also affects unistd/stat/utime code which uses the same header file. --- library/stdlib_headers.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/library/stdlib_headers.h b/library/stdlib_headers.h index 5dcb9e0..0b0155d 100644 --- a/library/stdlib_headers.h +++ b/library/stdlib_headers.h @@ -71,6 +71,12 @@ /****************************************************************************/ +#if defined(__amigaos4__) +#include +#endif /* __amigaos4__ */ + +/****************************************************************************/ + #ifndef WORKBENCH_STARTUP_H #include #endif /* WORKBENCH_STARTUP_H */