Update after gnulib changed.

* Makefile.devel (GNULIB_MODULES): Use the new names of renamed gnulib
modules.
diff --git a/ChangeLog b/ChangeLog
index 9fa38fc..0215ebc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-12-28  Bruno Haible  <bruno@clisp.org>
+
+	Update after gnulib changed.
+	* Makefile.devel (GNULIB_MODULES): Use the new names of renamed gnulib
+	modules.
+
 2024-12-15  Bruno Haible  <bruno@clisp.org>
 
 	Update translations.
diff --git a/Makefile.devel b/Makefile.devel
index baee4ba..5151942 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -73,6 +73,7 @@
 
 GNULIB_MODULES = \
   binary-io \
+  bool \
   error \
   gettext \
   gettext-h \
@@ -82,11 +83,10 @@
   relocatable-prog \
   safe-read \
   sigpipe \
-  stdbool \
-  stdio \
-  stdlib \
+  stdio-h \
+  stdlib-h \
   strerror \
-  unistd \
+  unistd-h \
   uniwidth/width \
   unlocked-io \
   xalloc \