summaryrefslogtreecommitdiff
path: root/ssh-rand-helper.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 20:35:38 +1000
committerDamien Miller <djm@mindrot.org>2006-07-10 20:35:38 +1000
commit8ec8c3e98a07be51e0a136170f02b7ebab0f28ca (patch)
tree48c9fe4cc4e71a4af527076ef5a480565460e6fd /ssh-rand-helper.c
parentefc04e70b8261a7be7818772f03974eb38ae6622 (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 '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>