From a67dab3490db5d88e2ab8a29a04c1a8a7026589b Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 2 Jun 2015 11:07:39 +0200 Subject: random-util: guard including sys/auxv.h with the corresponding ifdef check --- src/shared/random-util.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 #include #include +#ifdef HAVE_SYS_AUXV_H #include +#endif #include #include "random-util.h" -- cgit v1.2.3-54-g00ecf