summaryrefslogtreecommitdiff
path: root/ssh-rand-helper.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-08-05 15:57:40 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-08-05 15:57:40 +1000
commit4c65543c89f89b25b44ff509bfc49f6e940a128e (patch)
tree053eef5991eca4d2e41fd66bda0f6582bac8e64c /ssh-rand-helper.c
parentecf28ba7aaf85952b46caf2d1d1a3700a9f80807 (diff)
- (dtucker) [ssh-rand-helper.c] Needs stdarg.h for log.h.
Diffstat (limited to 'ssh-rand-helper.c')
-rw-r--r--ssh-rand-helper.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-rand-helper.c b/ssh-rand-helper.c
index 121fa52fa..10c9905b1 100644
--- a/ssh-rand-helper.c
+++ b/ssh-rand-helper.c
@@ -29,6 +29,8 @@
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
33#include <stdarg.h>
32#include <stddef.h> 34#include <stddef.h>
33 35
34#include <netinet/in.h> 36#include <netinet/in.h>