aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/logwtmp.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-10-09 00:39:09 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-10-09 00:39:09 +0000
commitb8c11ec197f1c2929a379a39b7ab4e2af5b81d50 (patch)
treede35b158df33e9db830a0cf309cf7c6731cc14bb /lib/libutil/logwtmp.c
parent6ba9413b55aefe0b03d4af6a2a27a4f222c17a8d (diff)
Notes
Diffstat (limited to 'lib/libutil/logwtmp.c')
-rw-r--r--lib/libutil/logwtmp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/logwtmp.c b/lib/libutil/logwtmp.c
index 531b715486c2..ee075641c91f 100644
--- a/lib/libutil/logwtmp.c
+++ b/lib/libutil/logwtmp.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)logwtmp.c 8.1 (Berkeley) 6/4/93";
#else
static const char rcsid[] =
- "$Id: logwtmp.c,v 1.5 1997/09/04 22:38:59 pst Exp $";
+ "$Id: logwtmp.c,v 1.6 1998/06/01 08:46:53 amurai Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
@@ -47,6 +47,7 @@ static const char rcsid[] =
#include <netinet/in.h>
#include <arpa/inet.h>
+#include <stdio.h>
#include <libutil.h>
#include <netdb.h>
#include <string.h>