- (dtucker) [ssh-rand-helper.c] Needs stdarg.h for log.h.

This commit is contained in:
Darren Tucker 2006-08-05 15:57:40 +10:00
parent ecf28ba7aa
commit 4c65543c89
2 changed files with 4 additions and 1 deletions

View File

@ -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 $

View File

@ -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>