diff options
Diffstat (limited to 'tests/chardata.c')
-rw-r--r-- | tests/chardata.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/chardata.c b/tests/chardata.c index 4351f4c..5736afc 100644 --- a/tests/chardata.c +++ b/tests/chardata.c @@ -4,7 +4,9 @@ chardata.c */ +#ifdef HAVE_EXPAT_CONFIG_H #include <expat_config.h> +#endif #ifdef HAVE_CHECK_H #include <check.h> #else |