summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/mbrlen.c
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-12-05 06:13:44 +0000
committerChristopher Faylor <me@cgf.cx>2003-12-05 06:13:44 +0000
commit576593dd7233945479f9689059d527401a7cea96 (patch)
treee000677cbc4213937a22de44e5d2f463d21b8c1e /newlib/libc/stdlib/mbrlen.c
parent4c889d629d2d1deca5f402054bfb76203197172d (diff)
downloadcygnal-576593dd7233945479f9689059d527401a7cea96.tar.gz
cygnal-576593dd7233945479f9689059d527401a7cea96.tar.bz2
cygnal-576593dd7233945479f9689059d527401a7cea96.zip
* libc/stdlib/mbrlen.c: Change include order to prevent compiler errors when
defining _mbrtowc. * libc/stdlib/mbsinit.c: Ditto. * libc/stdlib/mbsrtowcs.c: Ditto. * libc/stdlib/wcrtomb.c: Ditto. * libc/stdlib/wcsrtombs.c: Ditto. * libc/stdlib/wctob.c: Ditto. * libc/stdlib/mbrlen.c: Change include order to prevent compiler errors when defining _mbrtowc. * libc/stdlib/mbsinit.c: Ditto. * libc/stdlib/mbsrtowcs.c: Ditto.
Diffstat (limited to 'newlib/libc/stdlib/mbrlen.c')
-rw-r--r--newlib/libc/stdlib/mbrlen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/mbrlen.c b/newlib/libc/stdlib/mbrlen.c
index 504348d38..cf14add86 100644
--- a/newlib/libc/stdlib/mbrlen.c
+++ b/newlib/libc/stdlib/mbrlen.c
@@ -1,7 +1,7 @@
+#include <reent.h>
#include <wchar.h>
#include <stdlib.h>
#include <stdio.h>
-#include <reent.h>
#include <errno.h>
size_t