- (dtucker) [ssh-rand-helper.c] Needs stdarg.h for log.h.
diff --git a/ChangeLog b/ChangeLog
index b6d25c3..c125d69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -101,6 +101,7 @@
  - (dtucker) [openbsd-compat/{bsd-arc4random.c,port-tun.c,xmmap.c}] Lots of
    #include stdarg.h, needed for log.h.
  - (dtucker) [entropy.c] Needs unistd.h too.
+ - (dtucker) [ssh-rand-helper.c] Needs stdarg.h for log.h.
 
 20060804
  - (dtucker) [configure.ac] The "crippled AES" test does not work on recent
@@ -5171,4 +5172,4 @@
    - (djm) Trim deprecated options from INSTALL. Mention UsePAM
    - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
 
-$Id: ChangeLog,v 1.4462 2006/08/05 05:50:20 dtucker Exp $
+$Id: ChangeLog,v 1.4463 2006/08/05 05:57:40 dtucker Exp $
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>