From a8b3f6260b1fa5636a77d19441d966d27850cab9 Mon Sep 17 00:00:00 2001 From: "Alex Xu (Hello71)" Date: Wed, 8 Aug 2018 18:50:29 -0400 Subject: Fix without systemd compilation --- random-seed.c | 4 ---- 1 file changed, 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 #include -#ifndef WITHOUT_SYSTEMD -#include -#endif - #include "musl-libgen-c.h" #include "util.h" -- cgit v1.2.3-54-g00ecf