summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-arc4random.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-08-05 15:47:26 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-08-05 15:47:26 +1000
commite7eec90f387c1d8cde3f6f1e543866a62caaa8a4 (patch)
tree3a82f7c9a77c8b72f0bef8c458a26863f9a269b8 /openbsd-compat/bsd-arc4random.c
parent8c6fedaf22799ac3bfcaad8f6020ec9d5f4d834d (diff)
- (dtucker) [openbsd-compat/{bsd-arc4random.c,port-tun.c,xmmap.c}] Lots of
#include stdarg.h, needed for log.h.
Diffstat (limited to 'openbsd-compat/bsd-arc4random.c')
-rw-r--r--openbsd-compat/bsd-arc4random.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/bsd-arc4random.c b/openbsd-compat/bsd-arc4random.c
index c1aecfe99..d45fb182a 100644
--- a/openbsd-compat/bsd-arc4random.c
+++ b/openbsd-compat/bsd-arc4random.c
@@ -17,7 +17,9 @@
17#include "includes.h" 17#include "includes.h"
18 18
19#include <sys/types.h> 19#include <sys/types.h>
20
20#include <string.h> 21#include <string.h>
22#include <stdarg.h>
21 23
22#include "log.h" 24#include "log.h"
23 25