From 04841668f0f467740de03ae482a9d9ba87c6fce8 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 21 Apr 2016 23:37:35 +0100 Subject: attempt to fix haiku headers --- utils/string.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils') 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 +#endif + #include #include -- cgit v1.2.3