summaryrefslogtreecommitdiff
path: root/src/import/pull-job.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-10-26 16:18:16 +0100
committerLennart Poettering <lennart@poettering.net>2015-10-27 13:25:55 +0100
commit6bedfcbb2970e06a4d3280c8fb62083d252ede73 (patch)
tree89f9202e924f566b45931a88bb06b01ff5daa0eb /src/import/pull-job.c
parentf47fc3ffc4b69a00083a76308f777b52afb8efbf (diff)
downloadsystemd-6bedfcbb2970e06a4d3280c8fb62083d252ede73.tar.gz
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Diffstat (limited to 'src/import/pull-job.c')
-rw-r--r--src/import/pull-job.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/pull-job.c b/src/import/pull-job.c
index 4736306de2..fd05877705 100644
--- a/src/import/pull-job.c
+++ b/src/import/pull-job.c
@@ -24,6 +24,7 @@
#include "fd-util.h"
#include "io-util.h"
#include "machine-pool.h"
+#include "parse-util.h"
#include "pull-job.h"
#include "string-util.h"
#include "strv.h"