From 6fb166f2e89b75e24f2225dc861537c6a4640049 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 20 Dec 2015 16:54:40 +0000 Subject: Fix OS3 build --- amiga/Makefile.target | 2 +- amiga/font.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 +#include "amiga/splaytree.h" #endif #include #include -- cgit v1.2.1