diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-26 20:26:23 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:25:56 +0100 |
commit | 89a5a90cb0935cdad84a0b98d41789ad879d0d83 (patch) | |
tree | f6bd580d30cfd982843a2a53d55d4812edb21c4d /src/import/pull-job.c | |
parent | a09561746f15b84da9471b5c4be74e53d19e4f3f (diff) |
util-lib: split xattr-related calls into xattr-util.[ch]
Diffstat (limited to 'src/import/pull-job.c')
-rw-r--r-- | src/import/pull-job.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/pull-job.c b/src/import/pull-job.c index 0910901375..3cc7ea10b7 100644 --- a/src/import/pull-job.c +++ b/src/import/pull-job.c @@ -22,13 +22,14 @@ #include <sys/xattr.h> #include "fd-util.h" +#include "hexdecoct.h" #include "io-util.h" #include "machine-pool.h" -#include "hexdecoct.h" #include "parse-util.h" #include "pull-job.h" #include "string-util.h" #include "strv.h" +#include "xattr-util.h" PullJob* pull_job_unref(PullJob *j) { if (!j) |