From: Bruno Haible Date: Fri, 16 Mar 2018 13:05:42 +0000 (+0100) Subject: glob: Fix link error on native Windows. X-Git-Tag: v1.0~5701 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e9866b991d962bc77ed60f11f2dba08305f5d5a2;p=gnulib.git glob: Fix link error on native Windows. * modules/glob (Depends-on): Add 'lstat'. --- diff --git a/ChangeLog b/ChangeLog index 45628e09be..b4dda43571 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-03-16 Bruno Haible + + glob: Fix link error on native Windows. + * modules/glob (Depends-on): Add 'lstat'. + 2018-03-15 Bruno Haible glob: Fix compilation error in C++ mode. diff --git a/modules/glob b/modules/glob index 2ea73e803a..3a43222a28 100644 --- a/modules/glob +++ b/modules/glob @@ -25,6 +25,7 @@ flexmember [test -n "$GLOB_H"] fnmatch [test -n "$GLOB_H"] getlogin_r [test -n "$GLOB_H"] libc-config [test -n "$GLOB_H"] +lstat [test -n "$GLOB_H"] memchr [test -n "$GLOB_H"] mempcpy [test -n "$GLOB_H"] opendir [test -n "$GLOB_H"]