comparison src/zziplib-fix-fnmatch.patch @ 952:eef389333178

add a bugfix patch to package zziplib (by Gregory Smith)
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 12 May 2010 15:24:52 +0200
parents
children
comparison
equal deleted inserted replaced
951:1a84ed8b1d95 952:eef389333178
1 This file is part of mingw-cross-env.
2 See doc/index.html for further information.
3
4 This patch has been taken from:
5 http://sourceforge.net/tracker/?func=detail&aid=2995373&group_id=6389&atid=306389
6
7 --- zziplib-0.13.58/zzip/__fnmatch.h 2009-08-23 07:38:22.000000000 -0400
8 +++ zziplib-0.13.58/zzip/__fnmatch.h 2010-01-09 13:32:11.311799466 -0500
9 @@ -4,6 +4,7 @@
10
11 #include <zzip/conf.h>
12 #include <stdio.h>
13 +#include <string.h>
14
15 #ifdef ZZIP_HAVE_FNMATCH_H
16 #include <fnmatch.h>