diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 15:59:00 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-01 15:59:00 -0400 |
commit | 7f44fd8adbebc3ec21f3871d9ee04f6056398759 (patch) | |
tree | d18e26311cb7dc85ae4ee9fd946f2367705f48db /src/fsck/fsck.c | |
parent | 210548eeed2cca68cf62707388b8bba2eda66afb (diff) |
./move.sh
Diffstat (limited to 'src/fsck/fsck.c')
-rw-r--r-- | src/fsck/fsck.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fsck/fsck.c b/src/fsck/fsck.c index 6f56066da8..f21433c0ad 100644 --- a/src/fsck/fsck.c +++ b/src/fsck/fsck.c @@ -27,8 +27,8 @@ #include <sys/stat.h> #include <unistd.h> -#include "sd-bus.h" -#include "sd-device.h" +#include <systemd/sd-bus.h> +#include <systemd/sd-device.h> #include "alloc-util.h" #include "bus-common-errors.h" |