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:
Sebastian Pipping 2023-09-19 18:34:29 +02:00 committed by GitHub
commit 8192058e2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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