From: Ken Raeburn Date: Wed, 11 Feb 2009 00:15:55 +0000 (+0000) Subject: unistd.h is posix only X-Git-Tag: krb5-1.8-alpha1~658 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=73ba302c18e31ab83cf1a26c8ab0d02499c54c4f;p=krb5.git unistd.h is posix only git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21955 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/k5-buf.h b/src/include/k5-buf.h index 4f7a939a9..5f7936fd5 100644 --- a/src/include/k5-buf.h +++ b/src/include/k5-buf.h @@ -41,7 +41,9 @@ #include #include +#ifndef _WIN32 #include +#endif /* The k5buf module is intended to allow multi-step string construction in a fixed or dynamic buffer without the need to check