]> Savannah Git Hosting - gnulib.git/commitdiff
scratch_buffer: Fix dependencies.
authorBruno Haible <bruno@clisp.org>
Sat, 30 Jan 2021 15:16:04 +0000 (16:16 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 30 Jan 2021 15:16:04 +0000 (16:16 +0100)
* modules/scratch_buffer (Depends-on): Add malloc-posix, realloc-posix,
free-posix.

ChangeLog
modules/scratch_buffer

index 42256c4089981d3c6c5930f3024c44f523737b3f..d7f554bc351b675162ebc2f57e845efb1462a241 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-01-30  Bruno Haible  <bruno@clisp.org>
+
+       scratch_buffer: Fix dependencies.
+       * modules/scratch_buffer (Depends-on): Add malloc-posix, realloc-posix,
+       free-posix.
+
 2021-01-26  Bruno Haible  <bruno@clisp.org>
 
        doc: More precise wording.
index 7eedae7cc65fc54eb34b1f2dc06c98e7b0c6c81f..cf83ab5b8853641b79c81f983c552f57489ef494 100644 (file)
@@ -14,6 +14,9 @@ c99
 libc-config
 stdbool
 stddef
+malloc-posix
+realloc-posix
+free-posix
 
 configure.ac: