From 0e26b85fee4e0899350769101a17a980358fb7c1 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Wed, 26 Jul 2006 13:57:18 +0000 Subject: move #include out of includes.h --- usr.bin/ssh/canohost.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/ssh/canohost.c') diff --git a/usr.bin/ssh/canohost.c b/usr.bin/ssh/canohost.c index 59089e6767e..94434e011ef 100644 --- a/usr.bin/ssh/canohost.c +++ b/usr.bin/ssh/canohost.c @@ -1,4 +1,4 @@ -/* $OpenBSD: canohost.c,v 1.58 2006/07/22 20:48:22 stevesk Exp $ */ +/* $OpenBSD: canohost.c,v 1.59 2006/07/26 13:57:17 stevesk Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -22,6 +22,7 @@ #include #include #include +#include #include #include "packet.h" -- cgit v1.2.3