summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-05-29 19:19:29 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-05-29 19:19:29 -0400
commitcca9d72d96199dc76d6881690103b64ffddfa7b0 (patch)
tree7224b0ef98e0020fee2f94aa441ce916eb465619 /src
parent63126619bb1274dc5edba69f2fd7d6c74d551425 (diff)
random-util.c: remove <sys/auxv.h> missing in uClibc
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src')
-rw-r--r--src/shared/random-util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/random-util.c b/src/shared/random-util.c
index 88f5182508..01a28c8ef4 100644
--- a/src/shared/random-util.c
+++ b/src/shared/random-util.c
@@ -23,7 +23,6 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <time.h>
-#include <sys/auxv.h>
#include <linux/random.h>
#include "random-util.h"