X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/3d9156a7a519a5e3aa1b92e9d9d4b991f1aed7ff..15de9d6b4ab2de27ae24b13b7b6c4d55fffe4aef:/locale/FreeBSD/setlocale.h?ds=inline diff --git a/locale/FreeBSD/setlocale.h b/locale/FreeBSD/setlocale.h index 82462ee..b21f6f7 100644 --- a/locale/FreeBSD/setlocale.h +++ b/locale/FreeBSD/setlocale.h @@ -29,12 +29,14 @@ #ifndef _SETLOCALE_H_ #define _SETLOCALE_H_ +#include + #define ENCODING_LEN 31 #define CATEGORY_LEN 11 extern char *_PathLocale; int __detect_path_locale(void); -int __wrap_setrunelocale(const char *); +int __wrap_setrunelocale(const char *, locale_t); #endif /* !_SETLOCALE_H_ */