mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-04 17:47:03 +03:00
Merge pull request #8 from systemd-mailing-devs/1433236059-9824-1-git-send-email-m.olbrich@pengutronix.de
random-util: guard including sys/auxv.h with the corresponding ifdef …
This commit is contained in:
commit
9e89eb2478
@ -23,7 +23,9 @@
|
|||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#ifdef HAVE_SYS_AUXV_H
|
||||||
#include <sys/auxv.h>
|
#include <sys/auxv.h>
|
||||||
|
#endif
|
||||||
#include <linux/random.h>
|
#include <linux/random.h>
|
||||||
|
|
||||||
#include "random-util.h"
|
#include "random-util.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user