summaryrefslogtreecommitdiff
blob: 6f9e2e687e07030779529f5cbba2fea181af9b8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/NKF.python/nkf.c
+++ b/NKF.python/nkf.c
@@ -78,8 +78,8 @@
 }
 
 #define PERL_XS 1
-#include "nkf-dist/utf8tbl.c"
-#include "nkf-dist/nkf.c"
+#include "../utf8tbl.c"
+#include "../nkf.c"
 
 static PyObject *
 pynkf_convert(unsigned char* str, int strlen, char* opts, int optslen)