summaryrefslogtreecommitdiff
path: root/amiga/menu.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/menu.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/menu.c')
-rwxr-xr-xamiga/menu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/menu.c b/amiga/menu.c
index 832dfc12f..135d3f20b 100755
--- a/amiga/menu.c
+++ b/amiga/menu.c
@@ -22,7 +22,9 @@
#include <proto/asl.h>
#include <proto/exec.h>
#include <proto/intuition.h>
+#ifdef __amigaos4__
#include <dos/anchorpath.h>
+#endif
#include <libraries/gadtools.h>
#include "amiga/menu.h"