From cd8b3878c5222470dc60b05a26a72eaa92a15e6a Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 29 Apr 2026 17:05:51 +0200 Subject: [PATCH] changelog: add note about fix of issue 10740 Signed-off-by: Valerio Setti --- ChangeLog.d/issue10740.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/issue10740.txt diff --git a/ChangeLog.d/issue10740.txt b/ChangeLog.d/issue10740.txt new file mode 100644 index 0000000000..eb7a36c063 --- /dev/null +++ b/ChangeLog.d/issue10740.txt @@ -0,0 +1,3 @@ +Bugfix + * Fixed a bug which prevented the inclusion of standard C library header + files from the user provided configuration file. Fixes #10740.