aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/tolower.c
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2005-09-12 19:52:42 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2005-09-12 19:52:42 +0000
commit613100918de03164200eb28f7db1a2b1d701a697 (patch)
tree1428eb76a25d0973a3f463b2d51dcd9733105399 /lib/libc/locale/tolower.c
parent456068c703ef6c0b2bd5c615d259fbbe7546ab09 (diff)
downloadsrc-613100918de03164200eb28f7db1a2b1d701a697.tar.gz
src-613100918de03164200eb28f7db1a2b1d701a697.zip
Include a couple of headers to ensure consistency between the prototype and
the function definition.
Notes
Notes: svn path=/head/; revision=150065
Diffstat (limited to 'lib/libc/locale/tolower.c')
-rw-r--r--lib/libc/locale/tolower.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/locale/tolower.c b/lib/libc/locale/tolower.c
index faace3e73b98..ff5163e01b87 100644
--- a/lib/libc/locale/tolower.c
+++ b/lib/libc/locale/tolower.c
@@ -37,6 +37,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <ctype.h>
#include <stdio.h>
#include <runetype.h>