From 9032524afd0549f615d93de9cf7c71075cd9dfaf Mon Sep 17 00:00:00 2001 From: John Carr Date: Fri, 21 Aug 1992 03:23:21 +0000 Subject: [PATCH] Include on systems that have it git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2365 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ext-proto.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/include/krb5/ext-proto.h b/src/include/krb5/ext-proto.h index 349700638..1d923ba5e 100644 --- a/src/include/krb5/ext-proto.h +++ b/src/include/krb5/ext-proto.h @@ -53,4 +53,8 @@ extern char *getenv(); extern char *strdup PROTOTYPE((const char *)); +#ifdef HAS_UNISTD_H +#include +#endif + #endif /* KRB5_EXT_PROTO__ */ -- 2.26.2