summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/libc
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2016-03-14 16:19:42 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2016-03-17 21:08:54 -0500
commitd94d983d1bed2d0f5ffb03b8b5469d7e59e839de (patch)
tree2ba77bbc71c902fae95960517bc35e5c94f82015 /winsup/cygwin/libc
parentd2df6d381b36f3f76420bc3bab965fbbdc3c3a8c (diff)
downloadcygnal-d94d983d1bed2d0f5ffb03b8b5469d7e59e839de.tar.gz
cygnal-d94d983d1bed2d0f5ffb03b8b5469d7e59e839de.tar.bz2
cygnal-d94d983d1bed2d0f5ffb03b8b5469d7e59e839de.zip
Feature test macros overhaul: fnmatch.h
Use the proper internal macro for GNU extensions. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'winsup/cygwin/libc')
-rw-r--r--winsup/cygwin/libc/fnmatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/libc/fnmatch.c b/winsup/cygwin/libc/fnmatch.c
index 8c386787b..fc4376510 100644
--- a/winsup/cygwin/libc/fnmatch.c
+++ b/winsup/cygwin/libc/fnmatch.c
@@ -38,6 +38,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)fnmatch.c 8.2 (Berkeley) 4/16/94";
#endif /* LIBC_SCCS and not lint */
+#include "winsup.h"
#include <sys/cdefs.h>
__FBSDID("$FreeBSD: head/lib/libc/gen/fnmatch.c 288309 2015-09-27 12:52:18Z jilles $");