Fix compilation on AmigaOS 4.

This commit is contained in:
2021-04-19 14:05:11 +01:00
parent 5a838015c3
commit 32e604bd98
10 changed files with 32 additions and 6 deletions

View File

@@ -25,6 +25,9 @@ Copyright (C) 2011-2021 Natalia Portillo
#include <proto/dos.h>
#include <stdio.h>
#include <string.h>
#if defined(__amigaos4__)
#include <dos/obsolete.h>
#endif
#include "../include/defs.h"
#include "../log.h"