Also include unistd.h, if it's available
authorTheodore Tso <tytso@mit.edu>
Tue, 19 Dec 1995 22:17:25 +0000 (22:17 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 19 Dec 1995 22:17:25 +0000 (22:17 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7236 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/ChangeLog
src/appl/bsd/kcmd.c

index c37f79fe854120bb79d59159c013af3646ee1bfa..c3c24943ae59410e15691190c26a9f9d7812086a 100644 (file)
@@ -1,3 +1,7 @@
+Tue Dec 19 17:11:37 1995  Theodore Y. Ts'o  <tytso@dcl>
+
+       * kcmd.c: Also include unistd.h, if it's available.
+
 Tue Dec  5 20:44:39 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * configure.in: Use krb5util library.
index ef6b9190e286806ed2405e727ab863d8ba369f50..e6dc73cbf7840315e89ed8626169d57a54a9625e 100644 (file)
@@ -21,6 +21,9 @@
 
 /* derived from @(#)rcmd.c     5.17 (Berkeley) 6/27/88 */
      
+#ifdef HAVE_UNISTD_H
+#include <unistd.h>
+#endif
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #endif