1 /* $MirOS: src/gnu/usr.bin/cvs/lib/getpass.h,v 1.2 2005/03/13 15:50:35 tg Exp $ */ 2 3 #ifndef GETPASS_H 4 #define GETPASS_H 5 6 #include <pwd.h> 7 #include <unistd.h> 8 9 #endif /* GETPASS_H */ 10