summaryrefslogtreecommitdiff
path: root/sshlogin.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-08-05 12:54:24 +1000
committerDamien Miller <djm@mindrot.org>2006-08-05 12:54:24 +1000
commit36cbe41ceb9aeccbbd11bdf49588ddc8136a8f4f (patch)
tree37fc8c4187eda02984f15638e7adb3fb31b1f830 /sshlogin.c
parent4cbfe8ebebb1fb345bddab629768ad95885846d6 (diff)
downloadopenssh-git-36cbe41ceb9aeccbbd11bdf49588ddc8136a8f4f.tar.gz
- (djm) [auth.c loginrec.c] Missing netinet/in.h for loginrec
Diffstat (limited to 'sshlogin.c')
-rw-r--r--sshlogin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sshlogin.c b/sshlogin.c
index fba8a4d2..0059ff8d 100644
--- a/sshlogin.c
+++ b/sshlogin.c
@@ -45,6 +45,8 @@
#include <sys/param.h>
#include <sys/socket.h>
+#include <netinet/in.h>
+
#include <errno.h>
#include <fcntl.h>
#include <stdarg.h>