Loading...
include/readpassphrase.h Libc-1044.1.2 Libc-498
--- Libc/Libc-1044.1.2/include/readpassphrase.h
+++ Libc/Libc-498/include/readpassphrase.h
@@ -39,7 +39,11 @@
 #define RPP_SEVENBIT    0x10		/* Strip the high bit from input. */
 
 #include <_types.h>
-#include <sys/_types/_size_t.h>
+
+#ifndef _SIZE_T
+#define _SIZE_T
+typedef	__darwin_size_t	size_t;
+#endif
 
 __BEGIN_DECLS
 char * readpassphrase(const char *, char *, size_t, int);