summaryrefslogtreecommitdiff
path: root/src/systemd/src/basic/random-util.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-02-15 10:25:44 +0100
committerThomas Haller <thaller@redhat.com>2018-02-15 10:26:10 +0100
commit23e4ef50927a24f599bfe13b6059a3b6a78d1f3c (patch)
tree20eb3bc14143f737696bcbb70d9ccce4ec875b7d /src/systemd/src/basic/random-util.c
parentf9c50bf3d3e1e52d5803d55fa97bf56930fd3020 (diff)
parent4d923233f224d78eef82f0c0a37d2f736cecd882 (diff)
systemd: merge branch systemd into master
Diffstat (limited to 'src/systemd/src/basic/random-util.c')
-rw-r--r--src/systemd/src/basic/random-util.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/systemd/src/basic/random-util.c b/src/systemd/src/basic/random-util.c
index 0335730c13..29ee3b459c 100644
--- a/src/systemd/src/basic/random-util.c
+++ b/src/systemd/src/basic/random-util.c
@@ -23,11 +23,12 @@
#include <elf.h>
#include <errno.h>
#include <fcntl.h>
+#include <linux/random.h>
#include <stdbool.h>
+#include <stdint.h>
#include <stdlib.h>
+#include <string.h>
#include <sys/time.h>
-#include <linux/random.h>
-#include <stdint.h>
#if HAVE_SYS_AUXV_H
# include <sys/auxv.h>