* 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
This commit is contained in:
Axel Dörfler
2009-11-07 09:53:35 +00:00
parent d99900143c
commit 89b0b8025c
+2
View File
@@ -13,6 +13,8 @@
*/
#include <OS.h>
#include "zip.h"
#ifndef UTIL /* the companion #endif is a bit of ways down ... */