From 89b0b8025c4453ac8b449dabfb2dc43e5f2c14d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 7 Nov 2009 09:53:35 +0000 Subject: [PATCH] * Stupid zip has a "#define local static" which now breaks since OS.h includes pthread.h. * If zip is not actively maintained anymore, I would suggest correcting this issue by removing that useless define. Maybe they accept patches, too. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33932 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/zip/beos.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/zip/beos.c b/src/bin/zip/beos.c index 113a6bb944..1405e78310 100644 --- a/src/bin/zip/beos.c +++ b/src/bin/zip/beos.c @@ -13,6 +13,8 @@ */ +#include + #include "zip.h" #ifndef UTIL /* the companion #endif is a bit of ways down ... */