From 49cf4170d0b586551527ebf4297f8a3fe6bd71a3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 27 Oct 2015 00:41:29 +0100 Subject: util-lib: move web-related calls into web-util.[ch] --- src/machine/machinectl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/machine') diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 274952b8ce..b8b9e0f519 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -59,6 +59,7 @@ #include "unit-name.h" #include "util.h" #include "verbs.h" +#include "web-util.h" static char **arg_property = NULL; static bool arg_all = false; -- cgit v1.2.3-54-g00ecf