[PATCH 1/4] maint: list Gnulib sys_types directly
Bernhard Voelker <[email protected]>
| Newsgroups | gmane.comp.gnu.findutils.patches,gmane.comp.gnu.findutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
* bootstrap.conf (gnulib_modules): Add sys_types.
Although it’s already brought in indirectly, findutils code
includes <sys/types.h> directly.
---
bootstrap.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/bootstrap.conf b/bootstrap.conf
index 39c17e58..cb3fd89b 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -168,6 +168,7 @@ gnulib_modules="
strtoumax
sys_stat
sys_time
+ sys_types
sys_wait
timespec
uname
--
2.47.0