X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/c92a3ae8556c6113025cea583e06396c2824ed41..e07eda1a0324f771bb1ed20ef94f3229005ee46c:/include/_xlocale.h?ds=inline diff --git a/include/_xlocale.h b/include/_xlocale.h index f58b052..0ba412c 100644 --- a/include/_xlocale.h +++ b/include/_xlocale.h @@ -26,6 +26,9 @@ #include +struct _xlocale; /* forward reference */ +typedef struct _xlocale * locale_t; + __BEGIN_DECLS int ___mb_cur_max(void); int ___mb_cur_max_l(locale_t);