Include <unistd.h> on systems that have it
authorJohn Carr <jfc@mit.edu>
Fri, 21 Aug 1992 03:23:21 +0000 (03:23 +0000)
committerJohn Carr <jfc@mit.edu>
Fri, 21 Aug 1992 03:23:21 +0000 (03:23 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2365 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ext-proto.h

index 349700638bc8b58667a496d9c62c58233ffb701e..1d923ba5ed3676ca71b0ba92cb2fd095e2be7258 100644 (file)
@@ -53,4 +53,8 @@ extern char *getenv();
 
 extern char *strdup PROTOTYPE((const char *));
 
+#ifdef HAS_UNISTD_H
+#include <unistd.h>
+#endif
+
 #endif /* KRB5_EXT_PROTO__ */