summaryrefslogtreecommitdiff
path: root/src/core/wcwidth.c
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2016-05-18 15:42:09 +0200
committerailin-nemui <ailin-nemui@users.noreply.github.com>2016-05-18 16:50:41 +0200
commit02221eae373c5db93d1c715d836d79c724d361c7 (patch)
treedf7419728e8abf7e0c04801674e81592f32c9971 /src/core/wcwidth.c
parent36beddc64f881c2c9618b449ed5c590d41872455 (diff)
downloadirssi-02221eae373c5db93d1c715d836d79c724d361c7.zip
fix dist compilation failure
remove illegal wcwidth.c include and compile wcwidth.c correct #include in wcwidth.c fallout from #480
Diffstat (limited to 'src/core/wcwidth.c')
-rw-r--r--src/core/wcwidth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wcwidth.c b/src/core/wcwidth.c
index 80d20fa1..711c4646 100644
--- a/src/core/wcwidth.c
+++ b/src/core/wcwidth.c
@@ -59,7 +59,7 @@
* Latest version: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c
*/
-#include "module.h"
+#include "utf8.h"
struct interval {
int first;