From 8bca0b445803e5a882bac2c04ef075d7d4591fa8 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Tue, 1 Aug 2006 23:22:49 +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 94434e011ef..3c46f58e13b 100644 --- a/usr.bin/ssh/canohost.c +++ b/usr.bin/ssh/canohost.c @@ -1,4 +1,4 @@ -/* $OpenBSD: canohost.c,v 1.59 2006/07/26 13:57:17 stevesk Exp $ */ +/* $OpenBSD: canohost.c,v 1.60 2006/08/01 23:22:47 stevesk Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -22,6 +22,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3