summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-08-08 18:50:29 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2018-08-08 18:50:29 -0400
commita8b3f6260b1fa5636a77d19441d966d27850cab9 (patch)
tree7db70bb0427b43f6ec3547cc549d2d4a7c62d703
parent03ec56d235a42c55a0babf465a5c558d39bc8536 (diff)
downloadrandom-seed-a8b3f6260b1fa5636a77d19441d966d27850cab9.tar.xz
random-seed-a8b3f6260b1fa5636a77d19441d966d27850cab9.zip
Fix without systemd compilation
-rw-r--r--random-seed.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/random-seed.c b/random-seed.c
index 3e82acc..280e876 100644
--- a/random-seed.c
+++ b/random-seed.c
@@ -29,10 +29,6 @@
#include <sys/syscall.h>
#include <unistd.h>
-#ifndef WITHOUT_SYSTEMD
-#include <systemd/sd-id128.h>
-#endif
-
#include "musl-libgen-c.h"
#include "util.h"