From 959026e6030814b15285cce2bacc4408a7675624 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 24 Mar 2023 02:45:09 +0100 Subject: [PATCH] printf-posix tests: Fix compilation error (regression 2021-08-28). * modules/printf-posix-tests (Files): Add tests/qemu.h. --- ChangeLog | 5 +++++ modules/printf-posix-tests | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index d2676645b3..6dc1909b78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-03-23 Bruno Haible + + printf-posix tests: Fix compilation error (regression 2021-08-28). + * modules/printf-posix-tests (Files): Add tests/qemu.h. + 2023-03-22 Jim Meyering gnu-web-doc-update: don't use host alias, cvs.sv.gnu.org diff --git a/modules/printf-posix-tests b/modules/printf-posix-tests index 8a99cd6cdd..c602aa40f1 100644 --- a/modules/printf-posix-tests +++ b/modules/printf-posix-tests @@ -6,6 +6,7 @@ tests/test-printf-posix.output tests/test-printf-posix2.sh tests/test-printf-posix2.c tests/infinity.h +tests/qemu.h tests/signature.h tests/macros.h -- 2.39.5