From 0deb67942b30c1593c2410880c6206349479cd2f Mon Sep 17 00:00:00 2001 From: stevesk Date: Sat, 22 Jul 2006 20:48:22 +0000 Subject: move #include out of includes.h --- usr.bin/ssh/buffer.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin/ssh/buffer.c') diff --git a/usr.bin/ssh/buffer.c b/usr.bin/ssh/buffer.c index ba718daf221..8c9f534f8fd 100644 --- a/usr.bin/ssh/buffer.c +++ b/usr.bin/ssh/buffer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: buffer.c,v 1.27 2006/04/16 00:48:52 djm Exp $ */ +/* $OpenBSD: buffer.c,v 1.28 2006/07/22 20:48:22 stevesk Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -14,6 +14,8 @@ #include "includes.h" +#include + #include "xmalloc.h" #include "buffer.h" #include "log.h" -- cgit v1.2.3-59-g8ed1b