mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
Merge pull request #747 from libexpat/tests-explicit-expat-config-h
tests/handlers.h: Be explicit about direct dependency expat_config.h
This commit is contained in:
commit
8192058e2a
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