From a39f83eeee3f7bb35e86d92f5a802fe84f1b6a9d Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 15 Feb 2005 22:19:28 +1100 Subject: - (dtucker) [loginrec.c] Add missing #include. --- loginrec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'loginrec.c') diff --git a/loginrec.c b/loginrec.c index 8f5061cdc..361ac4cb7 100644 --- a/loginrec.c +++ b/loginrec.c @@ -155,6 +155,7 @@ #include "packet.h" #include "canohost.h" #include "auth.h" +#include "buffer.h" #ifdef HAVE_UTIL_H # include @@ -164,7 +165,7 @@ # include #endif -RCSID("$Id: loginrec.c,v 1.66 2005/02/15 10:45:57 dtucker Exp $"); +RCSID("$Id: loginrec.c,v 1.67 2005/02/15 11:19:28 dtucker Exp $"); /** ** prototypes for helper functions in this file -- cgit v1.2.3