From dd984467dd49a0f1249a3e092eaf14cff27fe33a Mon Sep 17 00:00:00 2001 From: dtucker Date: Wed, 12 Jul 2006 12:24:22 +0000 Subject: [PATCH] - stevesk@cvs.openbsd.org 2006/07/11 20:27:56 [authfile.c ssh.c] need here also (it's also included in ) --- ChangeLog | 3 +++ authfile.c | 3 ++- ssh.c | 3 ++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f4cb5b8d..3d7af7b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -40,6 +40,9 @@ [ssh.c] cast asterisk field precision argument to int to remove warning; ok markus@ + - stevesk@cvs.openbsd.org 2006/07/11 20:27:56 + [authfile.c ssh.c] + need here also (it's also included in ) 20060711 - (dtucker) [configure.ac ssh-keygen.c openbsd-compat/bsd-openpty.c diff --git a/authfile.c b/authfile.c index e928b0b0..cf3d3d9e 100644 --- a/authfile.c +++ b/authfile.c @@ -1,4 +1,4 @@ -/* $OpenBSD: authfile.c,v 1.68 2006/07/09 15:15:10 stevesk Exp $ */ +/* $OpenBSD: authfile.c,v 1.69 2006/07/11 20:27:56 stevesk Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -45,6 +45,7 @@ #include #include +#include #include #include "cipher.h" diff --git a/ssh.c b/ssh.c index 100c095d..9961baf6 100644 --- a/ssh.c +++ b/ssh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.284 2006/07/11 20:16:43 stevesk Exp $ */ +/* $OpenBSD: ssh.c,v 1.285 2006/07/11 20:27:56 stevesk Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -52,6 +52,7 @@ #include #include +#include #include #ifdef HAVE_PATHS_H #include -- 2.45.1