From 02221eae373c5db93d1c715d836d79c724d361c7 Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Wed, 18 May 2016 15:42:09 +0200 Subject: fix dist compilation failure remove illegal wcwidth.c include and compile wcwidth.c correct #include in wcwidth.c fallout from #480 --- src/core/utf8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/utf8.c') diff --git a/src/core/utf8.c b/src/core/utf8.c index 29b277e1..c53d8816 100644 --- a/src/core/utf8.c +++ b/src/core/utf8.c @@ -24,7 +24,7 @@ #include "utf8.h" #include "module.h" -#include "wcwidth.c" + /* Provide is_utf8(): */ #include "recode.h" -- cgit v1.2.3