summaryrefslogtreecommitdiffstats
path: root/lib/widechar.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widechar.h')
-rw-r--r--lib/widechar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/widechar.h b/lib/widechar.h
index a8d288298..c440006f7 100644
--- a/lib/widechar.h
+++ b/lib/widechar.h
@@ -38,4 +38,6 @@
# define wcsdup strdup
# define wcslen strlen
+# define wcwidth(c) 1
+
#endif