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
+6
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 */