#define __TYPES_H_
#include <sys/_types.h>
+#include <machine/_types.h> /* __uint32_t */
#if __GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ >= 7
#define __strfmonlike(fmtarg, firstvararg) \
#define __strftimelike(fmtarg)
#endif
+#ifndef UNIFDEF_DRIVERKIT
typedef int __darwin_nl_item;
+#endif /* UNIFDEF_DRIVERKIT */
typedef int __darwin_wctrans_t;
#ifdef __LP64__
typedef __uint32_t __darwin_wctype_t;