diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-05-18 15:42:09 +0200 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-05-18 16:50:41 +0200 |
commit | 02221eae373c5db93d1c715d836d79c724d361c7 (patch) | |
tree | df7419728e8abf7e0c04801674e81592f32c9971 /src/core/utf8.c | |
parent | 36beddc64f881c2c9618b449ed5c590d41872455 (diff) | |
download | irssi-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/utf8.c')
-rw-r--r-- | src/core/utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |