X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/ad3c9f2af814c84582fdd1649e49ec4f68572c5a..refs/heads/master:/include/xlocale/_regex.h diff --git a/include/xlocale/_regex.h b/include/xlocale/_regex.h index 8321764..8f4fcf3 100644 --- a/include/xlocale/_regex.h +++ b/include/xlocale/_regex.h @@ -24,6 +24,11 @@ #ifndef _XLOCALE__REGEX_H_ #define _XLOCALE__REGEX_H_ +#ifndef _REGEX_H_ +#include <_regex.h> +#endif // _REGEX_H_ +#include <_xlocale.h> + __BEGIN_DECLS int regcomp_l(regex_t * __restrict, const char * __restrict, int,