summaryrefslogtreecommitdiff
path: root/ssh-rand-helper.c
diff options
context:
space:
mode:
authordjm <djm>2006-07-24 03:53:19 +0000
committerdjm <djm>2006-07-24 03:53:19 +0000
commit82f6f97ce7fb50e4c278e1b30bf75e68fe431794 (patch)
treea104e25d1f3435bb2c6f7ce7089585690a981997 /ssh-rand-helper.c
parent555131c8b02789f50d8dd4c15abbc80edcaf91a7 (diff)
downloadopenssh-82f6f97ce7fb50e4c278e1b30bf75e68fe431794.tar.gz
- 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 3a290366..fb6fc281 100644
--- a/ssh-rand-helper.c
+++ b/ssh-rand-helper.c
@@ -29,6 +29,7 @@
#include <sys/stat.h>
#include <sys/wait.h>
#include <sys/socket.h>
+#include <stddef.h>
#include <netinet/in.h>