summaryrefslogtreecommitdiff
path: root/beos/scaffolding.cpp
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-08-22 17:47:20 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-08-22 17:47:20 +0100
commit37d148f4d790cdfb756ea6348a15da8c3d75fdff (patch)
treeb2315c36cc542dd2ac66cab887980adb7d451382 /beos/scaffolding.cpp
parent311953f453d2c32ba792e8676e944a9795f5a9c9 (diff)
downloadnetsurf-37d148f4d790cdfb756ea6348a15da8c3d75fdff.tar.gz
netsurf-37d148f4d790cdfb756ea6348a15da8c3d75fdff.tar.bz2
Stab at fixing beos build for private bw struct.
Diffstat (limited to 'beos/scaffolding.cpp')
-rw-r--r--beos/scaffolding.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/scaffolding.cpp b/beos/scaffolding.cpp
index fc497e337..4003b0951 100644
--- a/beos/scaffolding.cpp
+++ b/beos/scaffolding.cpp
@@ -41,7 +41,7 @@
#include <fs_attr.h>
extern "C" {
#include "content/content.h"
-#include "desktop/browser.h"
+#include "desktop/browser_private.h"
#include "desktop/history_core.h"
#include "desktop/gui.h"
#include "desktop/netsurf.h"