mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
tests/handlers.h: Be explicit about direct dependency expat_config.h
The file checks for XML_DTD being defined.
This commit is contained in:
parent
4811d55b12
commit
48f15bfa1c
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue