summaryrefslogtreecommitdiff
path: root/libexec/ftpd/logwtmp.c
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>1999-12-08 13:15:22 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>1999-12-08 13:15:22 +0000
commit484ffacaeb80ae7d76c14c94e481c6a5e02fe3cc (patch)
tree773772ec7853df32406e943f79716f9caf63b4ca /libexec/ftpd/logwtmp.c
parent608666bc5b614c4a821f9571e6e7516c490a1d2e (diff)
IPv6 support from KAME.
XXX kerberos and tcp_wrapper needs checking
Diffstat (limited to 'libexec/ftpd/logwtmp.c')
-rw-r--r--libexec/ftpd/logwtmp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexec/ftpd/logwtmp.c b/libexec/ftpd/logwtmp.c
index 1b3416cd791..36c761210c9 100644
--- a/libexec/ftpd/logwtmp.c
+++ b/libexec/ftpd/logwtmp.c
@@ -51,6 +51,8 @@ static char rcsid[] = "$NetBSD: logwtmp.c,v 1.4 1995/04/11 02:44:58 cgd Exp $";
#include <unistd.h>
#include <stdio.h>
#include <string.h>
+
+#include <netinet/in.h>
#include "extern.h"
static int fd = -1;