summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-01-06 23:17:17 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-01-06 23:17:17 +0000
commitd83f683e9681f8ca68701df93cd23d983e104284 (patch)
treefed3503efb3d970d0bb999f074c1f2623ab62abc /amiga/gui.c
parentb5e989487ccf6f44b696f8ef3601e86255c98dbd (diff)
downloadnetsurf-d83f683e9681f8ca68701df93cd23d983e104284.tar.gz
netsurf-d83f683e9681f8ca68701df93cd23d983e104284.tar.bz2
Sprinkle some #ifdef __amigaos4__ around
svn path=/trunk/netsurf/; revision=11230
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 9a57cd17d..01172bbe3 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -66,7 +66,9 @@
#include "amiga/stringview/urlhistory.h"
/* AmigaOS libraries */
+#ifdef __amigaos4__
#include <proto/application.h>
+#endif
#include <proto/asl.h>
#include <proto/datatypes.h>
#include <proto/dos.h>