From 32e59455a8381a9c9619cfae8d0e16a12301bd36 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 29 Jul 2024 20:17:06 +0200 Subject: [PATCH] atoll: Fix module dependencies. * modules/atoll (Depends-on): Add stdlib. --- ChangeLog | 5 +++++ modules/atoll | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6bac9a4a8e..84273168c7 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-28 Bruno Haible gnulib-tool.py: Fix an exception message. 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: -- 2.39.5