From f1fb9ef04df4b7cc9f628e2dc01f36a04a455535 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Wed, 12 Jul 2006 22:28:53 +0000 Subject: move #include out of includes.h; ok djm@ --- usr.bin/ssh/servconf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin/ssh/servconf.c') diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c index 1d97d20c2c6..5371e941063 100644 --- a/usr.bin/ssh/servconf.c +++ b/usr.bin/ssh/servconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: servconf.c,v 1.153 2006/07/12 11:34:58 dtucker Exp $ */ +/* $OpenBSD: servconf.c,v 1.154 2006/07/12 22:28:52 stevesk Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved @@ -15,6 +15,8 @@ #include #include +#include + #include "ssh.h" #include "log.h" #include "servconf.h" -- cgit v1.2.3