summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-01-07 00:39:49 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-01-07 00:39:49 +0000
commita9b27cf6610c779662169909014a0949b708d21b (patch)
tree9b0a0ce2b24ea76a9c9bcd6b61a91cafbd703c2f
parent511fba05317ef43df0150ba1477edc3df32f1b4a (diff)
downloadnetsurf-a9b27cf6610c779662169909014a0949b708d21b.tar.gz
netsurf-a9b27cf6610c779662169909014a0949b708d21b.tar.bz2
[project @ 2006-01-07 00:39:49 by rjw]
Add missing include files. svn path=/import/netsurf/; revision=2006
-rw-r--r--riscos/global_history.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/global_history.c b/riscos/global_history.c
index a42ee148d..f3a3d0144 100644
--- a/riscos/global_history.c
+++ b/riscos/global_history.c
@@ -19,11 +19,13 @@
#include "oslib/wimpspriteop.h"
#include "netsurf/content/url_store.h"
#include "netsurf/desktop/tree.h"
+#include "netsurf/riscos/dialog.h"
#include "netsurf/riscos/global_history.h"
#include "netsurf/riscos/gui.h"
#include "netsurf/riscos/menus.h"
#include "netsurf/riscos/theme.h"
#include "netsurf/riscos/treeview.h"
+#include "netsurf/riscos/wimp.h"
#include "netsurf/riscos/wimp_event.h"
#include "netsurf/utils/messages.h"
#include "netsurf/utils/log.h"
@@ -61,8 +63,6 @@ struct tree *global_history_tree;
void ro_gui_global_history_initialise(void) {
char s[MAXIMUM_URL_LENGTH];
FILE *fp;
- const char *title;
- os_error *error;
struct hostname_data *hostname;
struct url_data *url;
int url_count = 0;