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:
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user