diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-28 00:24:41 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-07-28 00:24:41 -0400 |
commit | e1a4c5422deec7970cc5ce0154fd4fc721ee8dc2 (patch) | |
tree | bd93abe325e0a0c8106f24f1f30b5536c00d0290 /src/grp-import/systemd-pull/pull-tar.h | |
parent | aee084841b875167d9afd4984208fb9a95f89896 (diff) |
fix
Diffstat (limited to 'src/grp-import/systemd-pull/pull-tar.h')
-rw-r--r-- | src/grp-import/systemd-pull/pull-tar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grp-import/systemd-pull/pull-tar.h b/src/grp-import/systemd-pull/pull-tar.h index c59b81ea2e..addd1f861c 100644 --- a/src/grp-import/systemd-pull/pull-tar.h +++ b/src/grp-import/systemd-pull/pull-tar.h @@ -21,7 +21,7 @@ #include <systemd/sd-event.h> -#include "import-util.h" +#include "shared/import-util.h" #include "basic/macro.h" typedef struct TarPull TarPull; |