From: Bruno Haible Date: Sat, 30 Jan 2021 15:16:04 +0000 (+0100) Subject: scratch_buffer: Fix dependencies. X-Git-Tag: v1.0~3116 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=5c79e150b0b7d85b8bbc8bad37c9ea1e03ac068e;p=gnulib.git scratch_buffer: Fix dependencies. * modules/scratch_buffer (Depends-on): Add malloc-posix, realloc-posix, free-posix. --- diff --git a/ChangeLog b/ChangeLog index 42256c4089..d7f554bc35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2021-01-30 Bruno Haible + + scratch_buffer: Fix dependencies. + * modules/scratch_buffer (Depends-on): Add malloc-posix, realloc-posix, + free-posix. + 2021-01-26 Bruno Haible doc: More precise wording. diff --git a/modules/scratch_buffer b/modules/scratch_buffer index 7eedae7cc6..cf83ab5b88 100644 --- a/modules/scratch_buffer +++ b/modules/scratch_buffer @@ -14,6 +14,9 @@ c99 libc-config stdbool stddef +malloc-posix +realloc-posix +free-posix configure.ac: