From ca6050827da7d791028dc518efcd4163beabac8b Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 2 Sep 2023 18:14:41 +0200 Subject: [PATCH] tests/ns_tests.c: Be explicit about direct dependency expat_config.h --- expat/tests/ns_tests.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/expat/tests/ns_tests.c b/expat/tests/ns_tests.c index 2f25ad8b..826018b6 100644 --- a/expat/tests/ns_tests.c +++ b/expat/tests/ns_tests.c @@ -40,6 +40,8 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#include "expat_config.h" + #include #include "expat.h"