From d158dcfab1eb10fc2de14e803d6728a6bd133b74 Mon Sep 17 00:00:00 2001 From: Guido Draheim Date: Sun, 9 May 2010 20:40:16 +0000 Subject: [PATCH] include to make mingw32 happy. --- ChangeLog | 5 +++++ zzip/__fnmatch.h | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 58ca819..25274cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-05-09 guidod + + * zzip/__fnmatch.h: add include to make mingw32 happy. + Patches item #2995373 by Gregory Smith + 2010-05-08 guidod * SDL/Makefile.am: fix generation of sdl-uninstalled.pc that was diff --git a/zzip/__fnmatch.h b/zzip/__fnmatch.h index 55d96b6..340dbaa 100644 --- a/zzip/__fnmatch.h +++ b/zzip/__fnmatch.h @@ -4,6 +4,7 @@ #include #include +#include #ifdef ZZIP_HAVE_FNMATCH_H #include -- 2.40.0