summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-21 22:47:15 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-21 22:47:15 +0100
commita74778302fa58c1470e2b182f51861dc1f0671a5 (patch)
treeb55c21b4b2b998789bfd18059fa6ab0f80e28584
parent7d9c9dba3610bb14c0de6acb1bdaf9ec49a66f33 (diff)
downloadnetsurf-a74778302fa58c1470e2b182f51861dc1f0671a5.tar.gz
netsurf-a74778302fa58c1470e2b182f51861dc1f0671a5.tar.bz2
fixup haiku brakage from header changes
-rw-r--r--beos/download.cpp1
-rw-r--r--beos/fetch_rsrc.cpp1
-rw-r--r--beos/window.cpp1
3 files changed, 3 insertions, 0 deletions
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 <stdbool.h>
#include <sys/types.h>
+#include <stdlib.h>
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 <stdlib.h>
#include <assert.h>
#include <errno.h>
#include <stdbool.h>
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 <stdlib.h>
#include <assert.h>
extern "C" {
#include "content/content.h"