X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/c92a3ae8556c6113025cea583e06396c2824ed41..e07eda1a0324f771bb1ed20ef94f3229005ee46c:/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,