summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-04-21 23:37:35 +0100
committerVincent Sanders <vince@kyllikki.org>2016-04-21 23:37:35 +0100
commit04841668f0f467740de03ae482a9d9ba87c6fce8 (patch)
tree235c3a391300180a9d8991a184064a21beecdd2e /utils
parent2bb68cb87431047c564e4572de620c37f43aaac9 (diff)
downloadnetsurf-04841668f0f467740de03ae482a9d9ba87c6fce8.tar.gz
netsurf-04841668f0f467740de03ae482a9d9ba87c6fce8.tar.bz2
attempt to fix haiku headers
Diffstat (limited to 'utils')
-rw-r--r--utils/string.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/string.h b/utils/string.h
index 03d891700..38f564494 100644
--- a/utils/string.h
+++ b/utils/string.h
@@ -24,6 +24,10 @@
#ifndef _NETSURF_UTILS_STRING_H_
#define _NETSURF_UTILS_STRING_H_
+#if defined(__HAIKU__) || defined(__BEOS__)
+#include <stdbool.h>
+#endif
+
#include <stdlib.h>
#include <stdarg.h>