1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

Added the missing '#include <dos/obsolete.h>', required for the OS4 build.

This commit is contained in:
Olaf Barthel
2015-07-18 10:02:03 +02:00
parent a1b46cb3d4
commit 34487c68b4

View File

@ -74,6 +74,12 @@
/****************************************************************************/
#if defined(__amigaos4__)
#include <dos/obsolete.h>
#endif /* __amigaos4__ */
/****************************************************************************/
#ifndef CLIB_ALIB_PROTOS_H
#include <clib/alib_protos.h>
#endif /* CLIB_ALIB_PROTOS_H */