Skip to content

Commit 4b65a50

Browse files
committed
workaround link failure for ExamineFH on AmigaOS4.
Fixes: #241
1 parent ab9a671 commit 4b65a50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/file_io.c

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
#elif defined(WILDMIDI_AMIGA)
5757
#include <proto/exec.h>
5858
#include <proto/dos.h>
59+
#ifdef __amigaos4__
60+
#include <dos/obsolete.h>
61+
#endif
5962
#else
6063
#if defined(__unix) || defined(__unix__) || defined(__APPLE__)
6164
#include <pwd.h>

0 commit comments

Comments
 (0)