mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
Added missing #include <dos/obsolete.h>
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.
This commit is contained in:
@ -71,6 +71,12 @@
|
|||||||
|
|
||||||
/****************************************************************************/
|
/****************************************************************************/
|
||||||
|
|
||||||
|
#if defined(__amigaos4__)
|
||||||
|
#include <dos/obsolete.h>
|
||||||
|
#endif /* __amigaos4__ */
|
||||||
|
|
||||||
|
/****************************************************************************/
|
||||||
|
|
||||||
#ifndef WORKBENCH_STARTUP_H
|
#ifndef WORKBENCH_STARTUP_H
|
||||||
#include <workbench/startup.h>
|
#include <workbench/startup.h>
|
||||||
#endif /* WORKBENCH_STARTUP_H */
|
#endif /* WORKBENCH_STARTUP_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user