From 6bedfcbb2970e06a4d3280c8fb62083d252ede73 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 26 Oct 2015 16:18:16 +0100 Subject: util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] --- src/core/automount.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/automount.c') diff --git a/src/core/automount.c b/src/core/automount.c index d362d6579d..2ee32312fb 100644 --- a/src/core/automount.c +++ b/src/core/automount.c @@ -40,6 +40,7 @@ #include "label.h" #include "mkdir.h" #include "mount.h" +#include "parse-util.h" #include "path-util.h" #include "process-util.h" #include "special.h" -- cgit v1.2.3-54-g00ecf