summaryrefslogtreecommitdiff
path: root/riscos/history.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-22 12:22:58 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-22 12:22:58 +0100
commit153c4444543411b00fc8682bd38d6e1758a63082 (patch)
tree736bacbb3170ae71f6134811669b3a6ef60ab31d /riscos/history.c
parentd489908af8cda59c94ad2375e1340bad6957e64a (diff)
downloadnetsurf-153c4444543411b00fc8682bd38d6e1758a63082.tar.gz
netsurf-153c4444543411b00fc8682bd38d6e1758a63082.tar.bz2
Move browser_window struct to private header. Places that shouldn't include it do, such as front end code.
Frontends that have been updated to build: framebuffer gtk monkey riscos TODO: amiga atari beos cocoa windows
Diffstat (limited to 'riscos/history.c')
-rw-r--r--riscos/history.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscos/history.c b/riscos/history.c
index 00ff5d6ff..8a3b562cb 100644
--- a/riscos/history.c
+++ b/riscos/history.c
@@ -30,6 +30,7 @@
#include "desktop/history_core.h"
#include "desktop/plotters.h"
#include "riscos/dialog.h"
+#include "desktop/browser_private.h"
#include "desktop/options.h"
#include "riscos/gui.h"
#include "riscos/wimp.h"