From: Bruno Haible Date: Sat, 14 May 2022 20:34:12 +0000 (+0200) Subject: glob tests: Fix a warning (regression from 2022-03-23). X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=60c86be2634012107ed90f97ee4e881b0b66b67e;p=gnulib.git glob tests: Fix a warning (regression from 2022-03-23). * tests/test-glob.c: Include . * modules/glob-tests (Depends-on): Add fcntl-h. --- diff --git a/ChangeLog b/ChangeLog index d52b5d0be6..d33da0606d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2022-05-14 Bruno Haible + + glob tests: Fix a warning (regression from 2022-03-23). + * tests/test-glob.c: Include . + * modules/glob-tests (Depends-on): Add fcntl-h. + 2022-05-13 Paul Eggert dfa: fix bug with ‘.’ and UTF-8 Hangul Syllables diff --git a/modules/glob-tests b/modules/glob-tests index ec519cf38d..afce2dbca0 100644 --- a/modules/glob-tests +++ b/modules/glob-tests @@ -4,6 +4,7 @@ tests/signature.h tests/macros.h Depends-on: +fcntl-h symlink configure.ac: diff --git a/tests/test-glob.c b/tests/test-glob.c index c13e91ab7c..7e6fbccbd0 100644 --- a/tests/test-glob.c +++ b/tests/test-glob.c @@ -26,6 +26,7 @@ SIGNATURE_CHECK (glob, int, (char const *, int, int (*) (char const *, int), SIGNATURE_CHECK (globfree, void, (glob_t *)); #include +#include #include #include