summaryrefslogtreecommitdiffstats
path: root/src/journal/compress.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-25 14:08:25 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-26 01:24:38 +0100
commitc004493cdefc1f43a3956ca529e8070f8d70be56 (patch)
tree858425bad735d74ad02a95e4ccb93be444c581c3 /src/journal/compress.c
parentMerge pull request #1674 from evverx/run-fix-couldnot-find-executable (diff)
downloadsystemd-c004493cdefc1f43a3956ca529e8070f8d70be56.tar.xz
systemd-c004493cdefc1f43a3956ca529e8070f8d70be56.zip
util-lib: split out IO related calls to io-util.[ch]
Diffstat (limited to 'src/journal/compress.c')
-rw-r--r--src/journal/compress.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/journal/compress.c b/src/journal/compress.c
index 92f584777c..9308e8b789 100644
--- a/src/journal/compress.c
+++ b/src/journal/compress.c
@@ -35,6 +35,7 @@
#include "compress.h"
#include "fd-util.h"
+#include "io-util.h"
#include "journal-def.h"
#include "macro.h"
#include "sparse-endian.h"