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/swap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/swap.c') diff --git a/src/core/swap.c b/src/core/swap.c index d864c7b304..c4151c6afd 100644 --- a/src/core/swap.c +++ b/src/core/swap.c @@ -32,6 +32,7 @@ #include "fd-util.h" #include "formats-util.h" #include "fstab-util.h" +#include "parse-util.h" #include "path-util.h" #include "special.h" #include "string-util.h" -- cgit v1.2.3-54-g00ecf