summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--amiga/Makefile.target2
-rw-r--r--amiga/font.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/amiga/Makefile.target b/amiga/Makefile.target
index e6ba70d24..1db9a8786 100644
--- a/amiga/Makefile.target
+++ b/amiga/Makefile.target
@@ -76,7 +76,7 @@ S_AMIGA := gui.c tree.c history.c hotlist.c schedule.c file.c \
datatypes.c dt_picture.c dt_anim.c dt_sound.c plugin_hack.c \
stringview/stringview.c stringview/urlhistory.c rtg.c \
agclass/amigaguide_class.c os3support.c font_bitmap.c \
- selectmenu.c hash/xxhash.c splaytree.c splaytree.h
+ selectmenu.c hash/xxhash.c splaytree.c
S_AMIGA := $(addprefix amiga/,$(S_AMIGA))
# This is the final source build list
diff --git a/amiga/font.c b/amiga/font.c
index e05135694..820b182d9 100644
--- a/amiga/font.c
+++ b/amiga/font.c
@@ -22,6 +22,7 @@
#ifndef __amigaos4__
#include <proto/bullet.h>
+#include "amiga/splaytree.h"
#endif
#include <proto/diskfont.h>
#include <proto/exec.h>