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/import/import-raw.c | |
parent | 210548eeed2cca68cf62707388b8bba2eda66afb (diff) |
./move.sh
Diffstat (limited to 'src/import/import-raw.c')
-rw-r--r-- | src/import/import-raw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/import-raw.c b/src/import/import-raw.c index fd6b9f7703..ce37392707 100644 --- a/src/import/import-raw.c +++ b/src/import/import-raw.c @@ -19,8 +19,8 @@ #include <linux/fs.h> -#include "sd-daemon.h" -#include "sd-event.h" +#include <systemd/sd-daemon.h> +#include <systemd/sd-event.h> #include "alloc-util.h" #include "btrfs-util.h" |