diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-26 18:05:03 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:25:55 +0100 |
commit | 0d39fa9c69b97a2ceb156053deef69c0866c2b97 (patch) | |
tree | ffab9cf2924c42030cc235cdb1701cfe954958e7 /src/import/export-tar.c | |
parent | util: remove path_get_parent(), in favour of dirname_malloc() (diff) | |
download | systemd-0d39fa9c69b97a2ceb156053deef69c0866c2b97.tar.xz systemd-0d39fa9c69b97a2ceb156053deef69c0866c2b97.zip |
util-lib: move more file I/O related calls into fileio.[ch]
Diffstat (limited to 'src/import/export-tar.c')
-rw-r--r-- | src/import/export-tar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/export-tar.c b/src/import/export-tar.c index aa9b7f1a91..38e659a517 100644 --- a/src/import/export-tar.c +++ b/src/import/export-tar.c @@ -24,6 +24,7 @@ #include "btrfs-util.h" #include "export-tar.h" #include "fd-util.h" +#include "fileio.h" #include "import-common.h" #include "process-util.h" #include "ratelimit.h" |