Added an include of zconf.h for Haiku as it wasn't finding a definition for "Bytef".
This commit is contained in:
parent
b0d231d240
commit
7118469f05
1 changed files with 3 additions and 0 deletions
|
|
@ -231,6 +231,9 @@ char *strcasestr(const char *haystack, const char *needle)
|
||||||
|
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|
||||||
|
#ifdef __HAIKU__
|
||||||
|
#include <zconf.h>
|
||||||
|
#endif
|
||||||
#if defined __BEOS__ || defined __HAIKU__ || defined __APPLE__
|
#if defined __BEOS__ || defined __HAIKU__ || defined __APPLE__
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue