diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 14:25:49 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 14:25:49 -0400 |
commit | 9090bc4dcc8863074b59be4ebc13e9385976ebcb (patch) | |
tree | c2d2132d0f2aefb9a280eb851d94d17ec72407ea /src/login/logind.h | |
parent | 0c638c929e0e1e200b8c57f2b4abee943b3dd6e5 (diff) |
./move.sh
Diffstat (limited to 'src/login/logind.h')
-rw-r--r-- | src/login/logind.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/login/logind.h b/src/login/logind.h index 6748af3c07..c642d56413 100644 --- a/src/login/logind.h +++ b/src/login/logind.h @@ -22,8 +22,8 @@ #include <stdbool.h> #include "libudev.h" -#include "sd-bus.h" -#include "sd-event.h" +#include <systemd/sd-bus.h> +#include <systemd/sd-event.h> #include "hashmap.h" #include "list.h" |