summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-10-03 15:42:59 +0000
committerstefanf <stefanf@FreeBSD.org>2004-10-03 15:42:59 +0000
commitedc6f2e4d77116ba453ffed80df5f5e2b5686172 (patch)
treed7bbc2606830a05622978c85bd29e5559da92fc7 /lib/libc/regex
parent0de63fceef7039368c7b5222bb95578d140b9e63 (diff)
downloadFreeBSD-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')
-rw-r--r--lib/libc/regex/regcomp.c1
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>
OpenPOWER on IntegriCloud