diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 03:30:59 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 03:30:59 -0400 |
commit | 95253609a203224745027be76138e501cb1f2f96 (patch) | |
tree | 0c5ab03b2f0898c6bd65537e3244f2f6f6d9cddf /src/import/export-raw.c | |
parent | 33b6f3d4fd073aed475c3df66101b1993907e5d1 (diff) |
./move.sh
Diffstat (limited to 'src/import/export-raw.c')
-rw-r--r-- | src/import/export-raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/export-raw.c b/src/import/export-raw.c index db06e11b87..658f835132 100644 --- a/src/import/export-raw.c +++ b/src/import/export-raw.c @@ -25,7 +25,7 @@ #include <libgen.h> #undef basename -#include "sd-daemon.h" +#include <systemd/sd-daemon.h> #include "alloc-util.h" #include "btrfs-util.h" |