diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-05 16:01:58 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-05 16:01:58 +0100 |
commit | 81527be142678057215665be66e4b3c8306a7ab3 (patch) | |
tree | a39e22ecc52afb01ed7c060a52d68185ee43051a /src/systemctl.c | |
parent | 67e5cc4f3ed41feaed399cfed77c6fbb41e14a8c (diff) |
build-sys: move public header files into a dir of their own
Diffstat (limited to 'src/systemctl.c')
-rw-r--r-- | src/systemctl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/systemctl.c b/src/systemctl.c index 2f03f6baa8..9b915f65d6 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -35,6 +35,8 @@ #include <sys/prctl.h> #include <dbus/dbus.h> +#include <systemd/sd-daemon.h> + #include "log.h" #include "util.h" #include "macro.h" @@ -49,7 +51,6 @@ #include "list.h" #include "path-lookup.h" #include "conf-parser.h" -#include "sd-daemon.h" #include "shutdownd.h" #include "exit-status.h" #include "bus-errors.h" |