diff options
Diffstat (limited to 'src/manager.c')
-rw-r--r-- | src/manager.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/manager.c b/src/manager.c index 9957bbf12a..7fd860ed06 100644 --- a/src/manager.c +++ b/src/manager.c @@ -41,6 +41,8 @@ #include <libaudit.h> #endif +#include <systemd/sd-daemon.h> + #include "manager.h" #include "hashmap.h" #include "macro.h" @@ -58,7 +60,6 @@ #include "special.h" #include "bus-errors.h" #include "exit-status.h" -#include "sd-daemon.h" #include "virt.h" /* As soon as 16 units are in our GC queue, make sure to run a gc sweep */ |