diff options
Diffstat (limited to 'ext/tidy/tidy.c')
-rw-r--r-- | ext/tidy/tidy.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/tidy/tidy.c b/ext/tidy/tidy.c index 0537c576c7..d6461bd513 100644 --- a/ext/tidy/tidy.c +++ b/ext/tidy/tidy.c @@ -31,7 +31,12 @@ #include "ext/standard/info.h" #include "tidy.h" + +#if HAVE_TIDYBUFFIO_H +#include "tidybuffio.h" +#else #include "buffio.h" +#endif /* compatibility with older versions of libtidy */ #ifndef TIDY_CALL |