Index: lib/libcvs.dsp =================================================================== RCS file: /cvs/ccvs/lib/libcvs.dsp,v retrieving revision 1.4 diff -u -p -r1.4 libcvs.dsp --- lib/libcvs.dsp 26 Apr 2004 14:16:56 -0000 1.4 +++ lib/libcvs.dsp 12 May 2004 23:32:10 -0000 @@ -109,6 +109,10 @@ SOURCE=.\getopt1.c # End Source File # Begin Source File +SOURCE=.\nanosleep.c +# End Source File +# Begin Source File + SOURCE=".\printf-args.c" # End Source File # Begin Source File Index: windows-NT/unistd.h =================================================================== RCS file: /cvs/ccvs/windows-NT/unistd.h,v retrieving revision 1.1 diff -u -p -r1.1 unistd.h --- windows-NT/unistd.h 12 May 2004 19:01:26 -0000 1.1 +++ windows-NT/unistd.h 12 May 2004 23:32:10 -0000 @@ -21,6 +21,8 @@ #ifndef UNISTD_H #define UNISTD_H +#include + char * getpass (const char *prompt); #if 0 /* someday maybe these should be added here as well */