summaryrefslogtreecommitdiff
path: root/sshlogin.c
diff options
context:
space:
mode:
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 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>