diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-06 21:00:48 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-06 21:00:48 -0400 |
commit | 222ffdb004183ee1a77d72e5bf800f5ff4ff332d (patch) | |
tree | 8e46035b48c36937f522e514414b95e8be549a02 /src/import/import-tar.c | |
parent | 653c74a5b096525af69fbe55676bcdf0ea4addb9 (diff) |
./move.sh
Diffstat (limited to 'src/import/import-tar.c')
-rw-r--r-- | src/import/import-tar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/import-tar.c b/src/import/import-tar.c index 8b81324fde..016d05e77d 100644 --- a/src/import/import-tar.c +++ b/src/import/import-tar.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" |