diff options
author | stefanf <stefanf@FreeBSD.org> | 2004-10-03 15:42:59 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2004-10-03 15:42:59 +0000 |
commit | edc6f2e4d77116ba453ffed80df5f5e2b5686172 (patch) | |
tree | d7bbc2606830a05622978c85bd29e5559da92fc7 /lib/libc/regex/regcomp.c | |
parent | 0de63fceef7039368c7b5222bb95578d140b9e63 (diff) | |
download | FreeBSD-src-edc6f2e4d77116ba453ffed80df5f5e2b5686172.zip FreeBSD-src-edc6f2e4d77116ba453ffed80df5f5e2b5686172.tar.gz |
Directly include <runetype.h> for _CurrentRuneLocale, <_ctype.h> doesn't
include it in all cases.
Diffstat (limited to 'lib/libc/regex/regcomp.c')
-rw-r--r-- | lib/libc/regex/regcomp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/regex/regcomp.c b/lib/libc/regex/regcomp.c index ace6d0a..e03c6c2 100644 --- a/lib/libc/regex/regcomp.c +++ b/lib/libc/regex/regcomp.c @@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$"); #include <limits.h> #include <stdlib.h> #include <regex.h> +#include <runetype.h> #include <wchar.h> #include <wctype.h> |