From: Jeffrey Altman Date: Mon, 16 Mar 2009 14:12:46 +0000 (+0000) Subject: DEVEL15-auth-unistd-not-on-windows-20090316 X-Git-Tag: openafs-devel-1_5_58~85 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ce5c2e04309b63ce9efaf58aa36d9d07d7d7a6b8;p=packages%2Fo%2Fopenafs.git DEVEL15-auth-unistd-not-on-windows-20090316 LICENSE IPL10 don't include unistd on windows (cherry picked from commit 95d639b19452001835097fe4e0189efe5d8d08be) --- diff --git a/src/auth/userok.c b/src/auth/userok.c index f0ad51619..36e10349e 100644 --- a/src/auth/userok.c +++ b/src/auth/userok.c @@ -24,13 +24,13 @@ RCSID #include #include #include +#include #endif #include #include /* for realpath() */ #include #include #include -#include #include #include