attempt to fix haiku headers

This commit is contained in:
Vincent Sanders 2016-04-21 23:37:35 +01:00
parent 2bb68cb874
commit 04841668f0
1 changed files with 4 additions and 0 deletions

View File

@ -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>