summaryrefslogtreecommitdiff
path: root/ssh-rand-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-rand-helper.c')
-rw-r--r--ssh-rand-helper.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssh-rand-helper.c b/ssh-rand-helper.c
index 605de72f9..d8da7d3c0 100644
--- a/ssh-rand-helper.c
+++ b/ssh-rand-helper.c
@@ -28,6 +28,9 @@
28#include <sys/resource.h> 28#include <sys/resource.h>
29#include <sys/stat.h> 29#include <sys/stat.h>
30#include <sys/wait.h> 30#include <sys/wait.h>
31#include <sys/socket.h>
32
33#include <netinet/in.h>
31 34
32#ifdef HAVE_SYS_UN_H 35#ifdef HAVE_SYS_UN_H
33# include <sys/un.h> 36# include <sys/un.h>