]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/hostname/hostnamed.c
util: split all hostname related calls into hostname-util.c
[thirdparty/systemd.git] / src / hostname / hostnamed.c
index ddf7b8f1bd1bf7baff081044a78e4e8e5ca941d3..ab9ddc706acea45c972df20651b2fb788ef6c161 100644 (file)
@@ -33,6 +33,7 @@
 #include "bus-util.h"
 #include "event-util.h"
 #include "selinux-util.h"
+#include "hostname-util.h"
 
 #define VALID_DEPLOYMENT_CHARS (DIGITS LETTERS "-.:")