From: Bruno Haible Date: Tue, 5 Sep 2023 02:01:22 +0000 (+0200) Subject: string-buffer tests: Fix a compilation error (regression from today). X-Git-Tag: v1.0~817 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=1b55eda230418d81e8f3b346539f9ee4b6050b51;p=gnulib.git string-buffer tests: Fix a compilation error (regression from today). * tests/test-string-buffer.c: Include . --- diff --git a/ChangeLog b/ChangeLog index dfd0784d0b..f81d2c9b30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2023-09-04 Bruno Haible + string-buffer tests: Fix a compilation error (regression from today). + * tests/test-string-buffer.c: Include . + unistr/u{8,16,32}-strtok tests: Fix -Wanalyzer-allocation-size warnings. * tests/unistr/test-u-strtok.h (test_u_strtok): Correct values of input_len and delim_len. diff --git a/tests/test-string-buffer.c b/tests/test-string-buffer.c index 1c9181d838..e5c2c5f918 100644 --- a/tests/test-string-buffer.c +++ b/tests/test-string-buffer.c @@ -21,6 +21,7 @@ #include "string-buffer.h" #include +#include #include "macros.h"