From 958b66ea16deddd794b3a52643bd44633e165ead Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 18 May 2015 17:10:07 +0200 Subject: util: split all hostname related calls into hostname-util.c --- src/systemctl/systemctl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/systemctl/systemctl.c') diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index a5b3660be5..f8e10a4710 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -71,6 +71,7 @@ #include "formats-util.h" #include "process-util.h" #include "terminal-util.h" +#include "hostname-util.h" static char **arg_types = NULL; static char **arg_states = NULL; -- cgit v1.2.3-54-g00ecf