- (dtucker) [ssh-rand-helper.c] Needs stdarg.h for log.h.
diff --git a/ssh-rand-helper.c b/ssh-rand-helper.c
index 121fa52..10c9905 100644
--- a/ssh-rand-helper.c
+++ b/ssh-rand-helper.c
@@ -29,6 +29,8 @@
 #include <sys/stat.h>
 #include <sys/wait.h>
 #include <sys/socket.h>
+
+#include <stdarg.h>
 #include <stddef.h>
 
 #include <netinet/in.h>