summaryrefslogtreecommitdiff
path: root/src/shared/random-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/random-util.c')
-rw-r--r--src/shared/random-util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/random-util.c b/src/shared/random-util.c
index 88f5182508..b230044f50 100644
--- a/src/shared/random-util.c
+++ b/src/shared/random-util.c
@@ -23,7 +23,9 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <time.h>
+#ifdef HAVE_SYS_AUXV_H
#include <sys/auxv.h>
+#endif
#include <linux/random.h>
#include "random-util.h"