diff options
Diffstat (limited to 'src/core/wcwidth.c')
-rw-r--r-- | src/core/wcwidth.c | 2 |
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; |