Added an include of zconf.h for Haiku as it wasn't finding a definition for "Bytef".

This commit is contained in:
Scott McCreary 2011-08-29 20:26:56 +00:00
parent b0d231d240
commit 7118469f05

View file

@ -231,6 +231,9 @@ char *strcasestr(const char *haystack, const char *needle)
#include <locale.h>
#ifdef __HAIKU__
#include <zconf.h>
#endif
#if defined __BEOS__ || defined __HAIKU__ || defined __APPLE__
#include <wchar.h>
#include <stdbool.h>