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/schedule.cpp | 1 + beos/window.h | 1 + 2 files changed, 2 insertions(+) (limited to 'beos') diff --git a/beos/schedule.cpp b/beos/schedule.cpp index 62ddb0e52..bcfb9632d 100644 --- a/beos/schedule.cpp +++ b/beos/schedule.cpp @@ -25,6 +25,7 @@ extern "C" { #include "utils/errors.h" #include "beos/schedule.h" +#include "content/content.h" #include "desktop/browser.h" #ifdef DEBUG_BEOS_SCHEDULE 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