diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 19:23:05 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 19:23:05 -0400 |
commit | 52de7947cf55a474925d9951bb1ed433d2e0dba4 (patch) | |
tree | fa0ab3e5734fa8c8bae45be88c4b9f30e6dac637 /src/login/logind.c | |
parent | 7397eec8b9881c29bd8bcf66cb7c8789f7d074d7 (diff) |
./move.sh
Diffstat (limited to 'src/login/logind.c')
-rw-r--r-- | src/login/logind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind.c b/src/login/logind.c index 933602eb08..34d0c04a2a 100644 --- a/src/login/logind.c +++ b/src/login/logind.c @@ -23,7 +23,7 @@ #include <unistd.h> #include "libudev.h" -#include "sd-daemon.h" +#include <systemd/sd-daemon.h> #include "alloc-util.h" #include "bus-error.h" |