tests/handlers.h: Be explicit about direct dependency expat_config.h

The file checks for XML_DTD being defined.
This commit is contained in:
Sebastian Pipping 2023-09-19 16:16:54 +02:00
parent 4811d55b12
commit 48f15bfa1c

View file

@ -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 */