random-util: guard including sys/auxv.h with the corresponding ifdef …
This commit is contained in:
Martin Pitt 2015-06-02 17:24:34 +02:00
commit 9e89eb2478

View file

@ -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"