From bf8896a4502ad750e818d4efa4c3810e930dc8cc Mon Sep 17 00:00:00 2001 From: François Revol Date: Thu, 7 Aug 2014 23:04:30 +0200 Subject: Fix build desktop/browser.h:456:76: error: use of enum 'content_debug' without previous declaration --- beos/window.h | 1 + 1 file changed, 1 insertion(+) (limited to 'beos/window.h') 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" } -- cgit v1.2.3