From 468a99ed0bdd9159ab65358d71284bf5d24bffb3 Mon Sep 17 00:00:00 2001 From: Andrzej Kurek Date: Wed, 5 Apr 2023 17:50:43 -0400 Subject: [PATCH] Add a changelog entry Signed-off-by: Andrzej Kurek --- ChangeLog.d/add-missing-md-includes.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ChangeLog.d/add-missing-md-includes.txt diff --git a/ChangeLog.d/add-missing-md-includes.txt b/ChangeLog.d/add-missing-md-includes.txt new file mode 100644 index 0000000000..408c3615e3 --- /dev/null +++ b/ChangeLog.d/add-missing-md-includes.txt @@ -0,0 +1,5 @@ +Bugfix + * Add missing md.h includes to some of the external programs from + the programs directory. Without this, even though the configuration + was sufficient for a particular program to work, it would only print + a message that one of the required defines is missing.