summaryrefslogtreecommitdiff
path: root/beos/window.h
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2014-08-07 23:04:30 +0200
committerFrançois Revol <revol@free.fr>2014-08-07 23:04:30 +0200
commitbf8896a4502ad750e818d4efa4c3810e930dc8cc (patch)
tree7af39ece0baf0a48a99983a0e5d2e740c8786fb5 /beos/window.h
parent96dbdee3a4795527ccd50035f9e1b18a95a4fbf1 (diff)
downloadnetsurf-bf8896a4502ad750e818d4efa4c3810e930dc8cc.tar.gz
netsurf-bf8896a4502ad750e818d4efa4c3810e930dc8cc.tar.bz2
Fix build
desktop/browser.h:456:76: error: use of enum 'content_debug' without previous declaration
Diffstat (limited to 'beos/window.h')
-rw-r--r--beos/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/beos/window.h b/beos/window.h
index 0e38d88ed..af814d817 100644
--- a/beos/window.h
+++ b/beos/window.h
@@ -20,6 +20,7 @@
#define NETSURF_BEOS_WINDOW_H 1
extern "C" {
+#include "content/content.h"
#include "desktop/gui.h"
#include "desktop/browser.h"
}