From 32cab5da796b03c17d5aef8525e9df36968eff99 Mon Sep 17 00:00:00 2001 From: scottmc Date: Mon, 29 Aug 2011 20:26:56 +0000 Subject: Added an include of zconf.h for Haiku as it wasn't finding a definition for "Bytef". --- diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 813525d..dcb8618 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -231,6 +231,9 @@ char *strcasestr(const char *haystack, const char *needle) #include +#ifdef __HAIKU__ +#include +#endif #if defined __BEOS__ || defined __HAIKU__ || defined __APPLE__ #include #include -- cgit v0.9.1