DEVEL15-auth-unistd-not-on-windows-20090316

LICENSE IPL10

don't include unistd on windows


(cherry picked from commit 95d639b19452001835097fe4e0189efe5d8d08be)
This commit is contained in:
Jeffrey Altman 2009-03-16 14:12:46 +00:00 committed by Derrick Brashear
parent 08607aeef6
commit ce5c2e0430

View File

@ -24,13 +24,13 @@ RCSID
#include <sys/file.h> #include <sys/file.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <netdb.h> #include <netdb.h>
#include <unistd.h>
#endif #endif
#include <sys/stat.h> #include <sys/stat.h>
#include <stdlib.h> /* for realpath() */ #include <stdlib.h> /* for realpath() */
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#include <ctype.h> #include <ctype.h>
#include <unistd.h>
#include <rx/xdr.h> #include <rx/xdr.h>
#include <rx/rx.h> #include <rx/rx.h>