diff options
author | Damien Miller <djm@mindrot.org> | 2006-08-05 12:54:24 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-08-05 12:54:24 +1000 |
commit | 36cbe41ceb9aeccbbd11bdf49588ddc8136a8f4f (patch) | |
tree | 37fc8c4187eda02984f15638e7adb3fb31b1f830 /sshlogin.c | |
parent | 4cbfe8ebebb1fb345bddab629768ad95885846d6 (diff) |
- (djm) [auth.c loginrec.c] Missing netinet/in.h for loginrec
Diffstat (limited to 'sshlogin.c')
-rw-r--r-- | sshlogin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sshlogin.c b/sshlogin.c index fba8a4d24..0059ff8d0 100644 --- a/sshlogin.c +++ b/sshlogin.c | |||
@@ -45,6 +45,8 @@ | |||
45 | #include <sys/param.h> | 45 | #include <sys/param.h> |
46 | #include <sys/socket.h> | 46 | #include <sys/socket.h> |
47 | 47 | ||
48 | #include <netinet/in.h> | ||
49 | |||
48 | #include <errno.h> | 50 | #include <errno.h> |
49 | #include <fcntl.h> | 51 | #include <fcntl.h> |
50 | #include <stdarg.h> | 52 | #include <stdarg.h> |