aboutsummaryrefslogtreecommitdiff
path: root/src/ctype/wcwidth.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2011-02-14 19:33:11 -0500
committerRich Felker <dalias@aerifal.cx>2011-02-14 19:33:11 -0500
commitc247ebdd989365d20da3ce41fdeb2002e0a1ba13 (patch)
tree8bb6738a2b6e1503b012a995245ae6fbdea2ff6f /src/ctype/wcwidth.c
parentensure standard functions mk[sd]temp don't depend on removed function mktemp (diff)
downloadgrovel-c247ebdd989365d20da3ce41fdeb2002e0a1ba13.tar.gz
grovel-c247ebdd989365d20da3ce41fdeb2002e0a1ba13.tar.xz
more header fixes, minor warning fix
Diffstat (limited to 'src/ctype/wcwidth.c')
-rw-r--r--src/ctype/wcwidth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ctype/wcwidth.c b/src/ctype/wcwidth.c
index ebc560a5..eaafd7cb 100644
--- a/src/ctype/wcwidth.c
+++ b/src/ctype/wcwidth.c
@@ -1,5 +1,6 @@
#include <inttypes.h>
#include <wchar.h>
+#include <wctype.h>
#define R(a,b,w) { (b), (w)/2, (b)-(a) }