summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/btowc.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/btowc.c')
-rw-r--r--newlib/libc/stdlib/btowc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/btowc.c b/newlib/libc/stdlib/btowc.c
index a1ea920ef..847d7ce1a 100644
--- a/newlib/libc/stdlib/btowc.c
+++ b/newlib/libc/stdlib/btowc.c
@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <reent.h>
+#include <string.h>
wint_t
btowc (int c)