summaryrefslogtreecommitdiff
path: root/amiga/menu.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-08 12:52:44 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-03-08 12:52:44 +0000
commitcbae6a91dd2aa20f3faa3aa349942851e636eaed (patch)
tree7bc5d4aa63f5a0c8b77ec7a6cb76ffd22106921a /amiga/menu.c
parentb0e61211f9d1bbcb024c855d1a864bb3fc763c6d (diff)
downloadnetsurf-cbae6a91dd2aa20f3faa3aa349942851e636eaed.tar.gz
netsurf-cbae6a91dd2aa20f3faa3aa349942851e636eaed.tar.bz2
Stop local history from crashing, display mostly works (no thumbnails and offset wrong
to window), no event handling other than closing the window. svn path=/trunk/netsurf/; revision=6730
Diffstat (limited to 'amiga/menu.c')
-rwxr-xr-xamiga/menu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/menu.c b/amiga/menu.c
index 067f3187f..bdd781844 100755
--- a/amiga/menu.c
+++ b/amiga/menu.c
@@ -41,6 +41,7 @@
#include <dos/anchorpath.h>
#include "desktop/textinput.h"
#include "amiga/search.h"
+#include "amiga/history_local.h"
BOOL menualreadyinit;
const char * const netsurf_version;