From 73ba302c18e31ab83cf1a26c8ab0d02499c54c4f Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 11 Feb 2009 00:15:55 +0000 Subject: unistd.h is posix only git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21955 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/k5-buf.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit