summaryrefslogtreecommitdiff
path: root/loginrec.c
diff options
context:
space:
mode:
Diffstat (limited to 'loginrec.c')
-rw-r--r--loginrec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/loginrec.c b/loginrec.c
index 8f5061cdc..361ac4cb7 100644
--- a/loginrec.c
+++ b/loginrec.c
@@ -155,6 +155,7 @@
155#include "packet.h" 155#include "packet.h"
156#include "canohost.h" 156#include "canohost.h"
157#include "auth.h" 157#include "auth.h"
158#include "buffer.h"
158 159
159#ifdef HAVE_UTIL_H 160#ifdef HAVE_UTIL_H
160# include <util.h> 161# include <util.h>
@@ -164,7 +165,7 @@
164# include <libutil.h> 165# include <libutil.h>
165#endif 166#endif
166 167
167RCSID("$Id: loginrec.c,v 1.66 2005/02/15 10:45:57 dtucker Exp $"); 168RCSID("$Id: loginrec.c,v 1.67 2005/02/15 11:19:28 dtucker Exp $");
168 169
169/** 170/**
170 ** prototypes for helper functions in this file 171 ** prototypes for helper functions in this file