* tests/test-glob.c: Include <fcntl.h>.
* modules/glob-tests (Depends-on): Add fcntl-h.
+2022-05-14 Bruno Haible <bruno@clisp.org>
+
+ glob tests: Fix a warning (regression from 2022-03-23).
+ * tests/test-glob.c: Include <fcntl.h>.
+ * modules/glob-tests (Depends-on): Add fcntl-h.
+
2022-05-14 Bruno Haible <bruno@clisp.org>
termcap: Fix link error when no suitable library is found.
tests/macros.h
Depends-on:
+fcntl-h
symlink
configure.ac:
SIGNATURE_CHECK (globfree, void, (glob_t *));
#include <errno.h>
+#include <fcntl.h>
#include <string.h>
#include <unistd.h>