Loading...
--- Libc/Libc-997.1.1/include/langinfo.h
+++ Libc/Libc-825.26/include/langinfo.h
@@ -30,7 +30,11 @@
#define _LANGINFO_H_
#include <_types.h>
-#include <_types/_nl_item.h>
+
+#ifndef _NL_ITEM
+typedef __darwin_nl_item nl_item;
+#define _NL_ITEM
+#endif
#define CODESET 0 /* codeset name */
#define D_T_FMT 1 /* string for formatting date and time */