From 25fa0ee693fc99377e395bf47d74960ffda20883 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 2 Sep 2006 12:38:56 +1000 Subject: - (dtucker) [openbsd-compat/port-irix.c] Add errno.h, found by Iain Morgan. --- ChangeLog | 5 ++++- openbsd-compat/port-irix.c | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fb9f971a..f1732345 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +20060902 + - (dtucker) [openbsd-compat/port-irix.c] Add errno.h, found by Iain Morgan. + 20060901 - (djm) [audit-bsm.c audit.c auth-bsdauth.c auth-chall.c auth-pam.c] [auth-rsa.c auth-shadow.c auth-sia.c auth1.c auth2-chall.c] @@ -5377,4 +5380,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.4525 2006/09/01 11:32:53 dtucker Exp $ +$Id: ChangeLog,v 1.4526 2006/09/02 02:38:56 dtucker Exp $ diff --git a/openbsd-compat/port-irix.c b/openbsd-compat/port-irix.c index eaa91a4b..ba751a53 100644 --- a/openbsd-compat/port-irix.c +++ b/openbsd-compat/port-irix.c @@ -29,8 +29,9 @@ defined(WITH_IRIX_JOBS) || \ defined(WITH_IRIX_ARRAY) -#include +#include #include +#include #ifdef WITH_IRIX_PROJECT # include -- cgit v1.2.3