From a74778302fa58c1470e2b182f51861dc1f0671a5 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 21 Apr 2016 22:47:15 +0100 Subject: fixup haiku brakage from header changes --- beos/download.cpp | 1 + beos/fetch_rsrc.cpp | 1 + beos/window.cpp | 1 + 3 files changed, 3 insertions(+) (limited to 'beos') diff --git a/beos/download.cpp b/beos/download.cpp index 6145caf0c..ea0271e60 100644 --- a/beos/download.cpp +++ b/beos/download.cpp @@ -19,6 +19,7 @@ #define __STDBOOL_H__ 1 #include #include +#include extern "C" { #include "desktop/download.h" diff --git a/beos/fetch_rsrc.cpp b/beos/fetch_rsrc.cpp index 917e759fa..a2c818482 100644 --- a/beos/fetch_rsrc.cpp +++ b/beos/fetch_rsrc.cpp @@ -20,6 +20,7 @@ /* rsrc: URL handling. */ #define __STDBOOL_H__ 1 +#include #include #include #include diff --git a/beos/window.cpp b/beos/window.cpp index ebf250a6f..f6fc50420 100644 --- a/beos/window.cpp +++ b/beos/window.cpp @@ -19,6 +19,7 @@ */ #define __STDBOOL_H__ 1 +#include #include extern "C" { #include "content/content.h" -- cgit v1.2.3