Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/tuxpaint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tuxpaint.c')
-rw-r--r--src/tuxpaint.c3
1 files changed, 3 insertions, 0 deletions
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 <locale.h>
+#ifdef __HAIKU__
+#include <zconf.h>
+#endif
#if defined __BEOS__ || defined __HAIKU__ || defined __APPLE__
#include <wchar.h>
#include <stdbool.h>