Loading...
include/readpassphrase.h Libc-997.90.3 Libc-320
--- Libc/Libc-997.90.3/include/readpassphrase.h
+++ Libc/Libc-320/include/readpassphrase.h
@@ -38,8 +38,7 @@
 #define RPP_FORCEUPPER  0x08		/* Force input to upper case. */
 #define RPP_SEVENBIT    0x10		/* Strip the high bit from input. */
 
-#include <_types.h>
-#include <sys/_types/_size_t.h>
+#include <sys/cdefs.h>
 
 __BEGIN_DECLS
 char * readpassphrase(const char *, char *, size_t, int);