diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-29 06:16:19 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-29 06:16:19 +0000 |
commit | 45e69ebea93fb70d37db616988784ede8084c88b (patch) | |
tree | 772747a55b034217c6040dc95e30e5a5cc8ea320 /lib/libc/locale/tolower.c | |
parent | 922ba3746b14d6163ff54ba461ff3ef6a9a1fcc7 (diff) | |
download | FreeBSD-src-45e69ebea93fb70d37db616988784ede8084c88b.zip FreeBSD-src-45e69ebea93fb70d37db616988784ede8084c88b.tar.gz |
Prefer <runetype.h> to <rune.h>, since the latter is going away soon.
Diffstat (limited to 'lib/libc/locale/tolower.c')
-rw-r--r-- | lib/libc/locale/tolower.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/tolower.c b/lib/libc/locale/tolower.c index 24a8594..faace3e 100644 --- a/lib/libc/locale/tolower.c +++ b/lib/libc/locale/tolower.c @@ -38,7 +38,7 @@ __FBSDID("$FreeBSD$"); #include <stdio.h> -#include <rune.h> +#include <runetype.h> __ct_rune_t ___tolower(c) |