summaryrefslogtreecommitdiff
path: root/ssh-rand-helper.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-24 13:53:19 +1000
committerDamien Miller <djm@mindrot.org>2006-07-24 13:53:19 +1000
commit2d00e63cb889a3b23b6d443ecb0921e34fb0a934 (patch)
treeee9252e5df2dc555ca9ce1426cf2140c5b103e6f /ssh-rand-helper.c
parent939878b95f6448e9933976f920a42f09e7f70fab (diff)
- stevesk@cvs.openbsd.org 2006/07/12 22:42:32
[includes.h ssh.c ssh-rand-helper.c] move #include <stddef.h> out of includes.h
Diffstat (limited to 'ssh-rand-helper.c')
-rw-r--r--ssh-rand-helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh-rand-helper.c b/ssh-rand-helper.c
index 3a2903669..fb6fc2814 100644
--- a/ssh-rand-helper.c
+++ b/ssh-rand-helper.c
@@ -29,6 +29,7 @@
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> 31#include <sys/socket.h>
32#include <stddef.h>
32 33
33#include <netinet/in.h> 34#include <netinet/in.h>
34 35