From 5b4741dbc231de5e7eea06e3c8e8d3f90fa63fd9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 9 Aug 2024 08:51:53 -0700 Subject: [PATCH] maint: list Gnulib sys_types directly MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * bootstrap.conf (gnulib_modules): Add sys_types. Although it’s already brought in indirectly, coreutils code includes directly. --- bootstrap.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.conf b/bootstrap.conf index cbe5b0ca4..ffdbcd907 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -260,6 +260,7 @@ gnulib_modules=" sys_ioctl sys_resource sys_stat + sys_types sys_wait targetdir tempname -- 2.11.4.GIT