diff options
author | Damien Miller <djm@mindrot.org> | 2006-07-10 20:35:38 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-07-10 20:35:38 +1000 |
commit | 8ec8c3e98a07be51e0a136170f02b7ebab0f28ca (patch) | |
tree | 48c9fe4cc4e71a4af527076ef5a480565460e6fd /logintest.c | |
parent | efc04e70b8261a7be7818772f03974eb38ae6622 (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.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/logintest.c b/logintest.c index 1159274f8..7e9fbbfbb 100644 --- a/logintest.c +++ b/logintest.c | |||
@@ -31,6 +31,10 @@ | |||
31 | 31 | ||
32 | #include <sys/types.h> | 32 | #include <sys/types.h> |
33 | #include <sys/wait.h> | 33 | #include <sys/wait.h> |
34 | #include <sys/socket.h> | ||
35 | |||
36 | #include <netinet/in.h> | ||
37 | |||
34 | #include <unistd.h> | 38 | #include <unistd.h> |
35 | #include <stdlib.h> | 39 | #include <stdlib.h> |
36 | #include <stdio.h> | 40 | #include <stdio.h> |