mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-18 18:23:25 +03:00
attempt to fix haiku headers
This commit is contained in:
parent
2bb68cb874
commit
04841668f0
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user