summaryrefslogtreecommitdiff
path: root/amiga/stringview/urlhistory.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-30 00:53:11 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-30 00:53:11 +0000
commit625b59f61a33b356bcdec3a5f9ceb2aa2d566b9f (patch)
treea195db6a7a7864efe425c37660ab5fe0975c057d /amiga/stringview/urlhistory.c
parent8a2247b3b38aff43ffe076acbb0674abbee2489b (diff)
downloadnetsurf-625b59f61a33b356bcdec3a5f9ceb2aa2d566b9f.tar.gz
netsurf-625b59f61a33b356bcdec3a5f9ceb2aa2d566b9f.tar.bz2
First pass of AmigaOS 3 compatibility
svn path=/trunk/netsurf/; revision=11155
Diffstat (limited to 'amiga/stringview/urlhistory.c')
-rw-r--r--amiga/stringview/urlhistory.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/amiga/stringview/urlhistory.c b/amiga/stringview/urlhistory.c
index b8a0168db..659e7d4c7 100644
--- a/amiga/stringview/urlhistory.c
+++ b/amiga/stringview/urlhistory.c
@@ -22,7 +22,9 @@
#include <ctype.h>
#include <string.h>
-#include "proto/exec.h"
+#include <proto/exec.h>
+
+#include "amiga/os3support.h"
#include "urlhistory.h"