mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-27 14:03:43 +03:00
random-util: guard including sys/auxv.h with the corresponding ifdef check
This commit is contained in:
parent
80979f1ce4
commit
a67dab3490
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user