summaryrefslogtreecommitdiff
path: root/beos/window.cpp
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 /beos/window.cpp
parent7d9c9dba3610bb14c0de6acb1bdaf9ec49a66f33 (diff)
downloadnetsurf-a74778302fa58c1470e2b182f51861dc1f0671a5.tar.gz
netsurf-a74778302fa58c1470e2b182f51861dc1f0671a5.tar.bz2
fixup haiku brakage from header changes
Diffstat (limited to 'beos/window.cpp')
-rw-r--r--beos/window.cpp1
1 files changed, 1 insertions, 0 deletions
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"