summaryrefslogtreecommitdiff
path: root/src/import/pull-raw.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-26 20:39:23 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-27 13:25:56 +0100
commitc8b3094de58e3b1e37d06f3d56c9346cffbe320a (patch)
tree9ef7b4571f9bbf6534257ab2e7b0142a0de9cecf /src/import/pull-raw.c
parent89a5a90cb0935cdad84a0b98d41789ad879d0d83 (diff)
downloadsystemd-c8b3094de58e3b1e37d06f3d56c9346cffbe320a.tar.gz
util-lib: split out file attribute calls to chattr-util.[ch]
Diffstat (limited to 'src/import/pull-raw.c')
-rw-r--r--src/import/pull-raw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/pull-raw.c b/src/import/pull-raw.c
index 4d0ac770aa..39759b50b0 100644
--- a/src/import/pull-raw.c
+++ b/src/import/pull-raw.c
@@ -26,6 +26,7 @@
#include "sd-daemon.h"
#include "btrfs-util.h"
+#include "chattr-util.h"
#include "copy.h"
#include "curl-util.h"
#include "fd-util.h"