summaryrefslogtreecommitdiffstats
path: root/logintest.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 20:35:38 +1000
committerDamien Miller <djm@mindrot.org>2006-07-10 20:35:38 +1000
commit8ec8c3e98a07be51e0a136170f02b7ebab0f28ca (patch)
tree48c9fe4cc4e71a4af527076ef5a480565460e6fd /logintest.c
parentefc04e70b8261a7be7818772f03974eb38ae6622 (diff)
- stevesk@cvs.openbsd.org 2006/07/05 02:42:09
[canohost.c hostfile.c includes.h misc.c packet.c readconf.c] [serverloop.c sshconnect.c uuencode.c] move #include <netinet/in.h> out of includes.h; ok deraadt@ (also ssh-rand-helper.c logintest.c loginrec.c)
Diffstat (limited to 'logintest.c')
-rw-r--r--logintest.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/logintest.c b/logintest.c
index 1159274f..7e9fbbfb 100644
--- a/logintest.c
+++ b/logintest.c
@@ -31,6 +31,10 @@
#include <sys/types.h>
#include <sys/wait.h>
+#include <sys/socket.h>
+
+#include <netinet/in.h>
+
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>