summaryrefslogtreecommitdiff
path: root/src/ctype/towctrans.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctype/towctrans.c')
-rw-r--r--src/ctype/towctrans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctype/towctrans.c b/src/ctype/towctrans.c
index 12355af1..8f681018 100644
--- a/src/ctype/towctrans.c
+++ b/src/ctype/towctrans.c
@@ -1,6 +1,6 @@
#include <ctype.h>
+#include <stddef.h>
#include <wctype.h>
-#include "libc.h"
#define CASEMAP(u1,u2,l) { (u1), (l)-(u1), (u2)-(u1)+1 }
#define CASELACE(u1,u2) CASEMAP((u1),(u2),(u1)+1)