From: Bruno Haible Date: Mon, 29 Jul 2024 18:17:06 +0000 (+0200) Subject: atoll: Fix module dependencies. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=86714fc006bfb3acec6b527d892f68a7ea5d785e;p=gnulib.git atoll: Fix module dependencies. * modules/atoll (Depends-on): Add stdlib. --- diff --git a/ChangeLog b/ChangeLog index b5a3ccb649..8f965cffeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-07-29 Bruno Haible + + atoll: Fix module dependencies. + * modules/atoll (Depends-on): Add stdlib. + 2024-07-29 Bruno Haible vasprintf, c-vasprintf: Remind users to consider the return value. diff --git a/modules/atoll b/modules/atoll index ac5fdcb9b9..8f7c347af5 100644 --- a/modules/atoll +++ b/modules/atoll @@ -6,6 +6,7 @@ lib/atoll.c m4/atoll.m4 Depends-on: +stdlib strtoll [test $HAVE_ATOLL = 0] configure.ac: