try to reduce some Amiga cross-compile warnings

This commit is contained in:
nhmall
2026-03-25 08:48:14 -04:00
parent 3c89dc2387
commit b58d2d4096
5 changed files with 20 additions and 4 deletions

View File

@@ -17,6 +17,10 @@
#ifdef CROSS_TO_AMIGA
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <dos/dos.h>
#include <clib/dos_protos.h>
#include <proto/dos.h>
#endif
#ifdef __SASC_60 /* since SAS can prevent re-inclusion */