X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/42ea6f5e7e400b6fc0890b6a367b8398a49fe37a..b0f6943a5dc83eaaaba15ebce897e162c1624033:/clientloop.c diff --git a/clientloop.c b/clientloop.c index 6cb2a7ac..9398dc98 100644 --- a/clientloop.c +++ b/clientloop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.c,v 1.167 2006/07/11 18:50:47 markus Exp $ */ +/* $OpenBSD: clientloop.c,v 1.169 2006/07/17 01:31:09 stevesk Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -69,11 +69,13 @@ #include #include +#include #ifdef HAVE_PATHS_H #include #endif #include #include +#include #include "ssh.h" #include "ssh1.h"