summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-12-20 16:54:40 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-12-20 16:54:40 +0000
commit6fb166f2e89b75e24f2225dc861537c6a4640049 (patch)
tree9398b25f1bff98e4c55099bedb073a44f025b5ee
parent881d0ac4865a3b4b49c8b233e916732346a193cb (diff)
downloadnetsurf-chris/splay.tar.gz
Fix OS3 buildchris/splay
-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>