On Tue, 02.06.15 11:07, Michael Olbrich ([email protected]) wrote: > --- > src/shared/random-util.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/shared/random-util.c b/src/shared/random-util.c > index 88f5182508e7..b230044f5099 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"
For the sake of the archives: This was merged as https://github.com/systemd/systemd/pull/8. Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
