- (djm) [openbsd-compat/xcrypt.c] needs unistd.h

This commit is contained in:
Damien Miller 2006-08-30 17:52:03 +10:00
parent 6ba5740941
commit 8ff1da81ec
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,7 @@
- djm@cvs.openbsd.org 2006/08/30 00:14:37
[version.h]
crank to 4.4
- (djm) [openbsd-compat/xcrypt.c] needs unistd.h
20060824
- (dtucker) [openbsd-compat/basename.c] Include errno.h.
@ -5328,4 +5329,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4516 2006/08/30 01:09:01 djm Exp $
$Id: ChangeLog,v 1.4517 2006/08/30 07:52:03 djm Exp $

View File

@ -25,6 +25,7 @@
#include "includes.h"
#include <sys/types.h>
#include <unistd.h>
#include <pwd.h>
# ifdef HAVE_CRYPT_H