From: Bruno Haible Date: Sat, 23 Aug 2003 15:23:45 +0000 (+0000) Subject: Renamed pfnmatch.h to fnmatch_.h. X-Git-Tag: v0.13~343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccbdc574bcc35298abd3a4c629d18b274da23061;p=thirdparty%2Fgettext.git Renamed pfnmatch.h to fnmatch_.h. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 9586b5dbf..a26641d9f 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2003-08-23 Bruno Haible + + * windows/fnmatch.h: Include fnmatch_.h. + 2003-08-23 Bruno Haible * configure.ac: Invoke AM_STDBOOL_H instead of gt_STDBOOL_H. diff --git a/gettext-tools/windows/fnmatch.h b/gettext-tools/windows/fnmatch.h index 6a888e5df..85c3d3bc0 100644 --- a/gettext-tools/windows/fnmatch.h +++ b/gettext-tools/windows/fnmatch.h @@ -1,2 +1,2 @@ /* The system doesn't have . Use our fnmatch.h emulation. */ -#include "pfnmatch.h" +#include "fnmatch_.h"