]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/random-util.c
log: minimize includes in log.h
[thirdparty/systemd.git] / src / basic / random-util.c
index 1bc8000896662d2166f111ccf1348c608b6c2f4f..7457815fa2849edbee4751ea3e54552321e4c02a 100644 (file)
 #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>