summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-arc4random.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/bsd-arc4random.c')
-rw-r--r--openbsd-compat/bsd-arc4random.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbsd-compat/bsd-arc4random.c b/openbsd-compat/bsd-arc4random.c
index 46e0a020f..c1aecfe99 100644
--- a/openbsd-compat/bsd-arc4random.c
+++ b/openbsd-compat/bsd-arc4random.c
@@ -15,6 +15,10 @@
15 */ 15 */
16 16
17#include "includes.h" 17#include "includes.h"
18
19#include <sys/types.h>
20#include <string.h>
21
18#include "log.h" 22#include "log.h"
19 23
20#ifndef HAVE_ARC4RANDOM 24#ifndef HAVE_ARC4RANDOM