]> git.saurik.com Git - apple/libc.git/blobdiff - include/readpassphrase.h
Libc-498.tar.gz
[apple/libc.git] / include / readpassphrase.h
index 8fbb8f5d7921dca297ecadd068b2893e89efcb84..c774fe522eb8d6e56fdf9c9b89545b69539040e7 100644 (file)
 #define RPP_FORCEUPPER  0x08           /* Force input to upper case. */
 #define RPP_SEVENBIT    0x10           /* Strip the high bit from input. */
 
-#include <sys/cdefs.h>
+#include <_types.h>
+
+#ifndef _SIZE_T
+#define _SIZE_T
+typedef        __darwin_size_t size_t;
+#endif
 
 __BEGIN_DECLS
 char * readpassphrase(const char *, char *, size_t, int);