blob: c15f9540a4bbae57bb37de79a2d04f73f1af44de (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/ext/tidy/tidy.c
+++ b/ext/tidy/tidy.c
@@ -31,7 +31,7 @@
#include "ext/standard/info.h"
#include "tidy.h"
-#include "buffio.h"
+#include "tidybuffio.h"
/* compatibility with older versions of libtidy */
#ifndef TIDY_CALL
|