Add missing include

This commit is contained in:
Chris Young 2020-10-09 13:05:51 +01:00
parent 12fba46d3e
commit 511f4cc800
4 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,7 @@
*/
#include <stdlib.h>
#include <string.h>
#include <proto/iffparse.h>
#include <proto/intuition.h>
#include <proto/exec.h>

View File

@ -25,6 +25,7 @@
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <proto/datatypes.h>
#include <proto/dos.h>
#include <proto/intuition.h>

View File

@ -23,6 +23,8 @@
#ifdef WITH_AMIGA_DATATYPES
#include "amiga/os3support.h"
#include <string.h>
#include <proto/datatypes.h>
#include <proto/dos.h>
#include <proto/intuition.h>

View File

@ -22,6 +22,8 @@
#include <proto/icon.h>
#include <workbench/icon.h>
#include <string.h>
#include "utils/utils.h"
#include "utils/nsoption.h"
#include "utils/file.h"