From 5c79e150b0b7d85b8bbc8bad37c9ea1e03ac068e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 30 Jan 2021 16:16:04 +0100 Subject: [PATCH] scratch_buffer: Fix dependencies. * modules/scratch_buffer (Depends-on): Add malloc-posix, realloc-posix, free-posix. --- ChangeLog | 6 ++++++ modules/scratch_buffer | 3 +++ 2 files changed, 9 insertions(+) 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: -- 2.39.5