From bcdacbe26d8de9891dc5bf9cd66c8f82d107cf02 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Sat, 22 Jul 2006 20:48:24 +0000 Subject: move #include out of includes.h --- usr.bin/ssh/monitor_mm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/ssh/monitor_mm.c') diff --git a/usr.bin/ssh/monitor_mm.c b/usr.bin/ssh/monitor_mm.c index 98908dcf029..ba20cefc763 100644 --- a/usr.bin/ssh/monitor_mm.c +++ b/usr.bin/ssh/monitor_mm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: monitor_mm.c,v 1.12 2006/07/11 20:07:25 stevesk Exp $ */ +/* $OpenBSD: monitor_mm.c,v 1.13 2006/07/22 20:48:23 stevesk Exp $ */ /* * Copyright 2002 Niels Provos * All rights reserved. @@ -29,6 +29,7 @@ #include #include +#include #include "ssh.h" #include "xmalloc.h" -- cgit v1.2.3