From 48f15bfa1c797e2c9b8c7310fb435f6dca784f60 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 19 Sep 2023 16:16:54 +0200 Subject: [PATCH] tests/handlers.h: Be explicit about direct dependency expat_config.h The file checks for XML_DTD being defined. --- expat/tests/handlers.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/expat/tests/handlers.h b/expat/tests/handlers.h index 5b50cb16..b87e9e78 100644 --- a/expat/tests/handlers.h +++ b/expat/tests/handlers.h @@ -47,6 +47,8 @@ extern "C" { #ifndef XML_HANDLERS_H # define XML_HANDLERS_H +# include "expat_config.h" + # include "expat.h" /* Variable holding the expected handler userData */