]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-util.c
util: split all hostname related calls into hostname-util.c
[thirdparty/systemd.git] / src / test / test-util.c
index fdb772ddda35046a654c0645d509e58e0e0c4016..9af3e757e3de520e7da50a0653fd45e079035492 100644 (file)
@@ -38,6 +38,7 @@
 #include "conf-parser.h"
 #include "virt.h"
 #include "process-util.h"
+#include "hostname-util.h"
 
 static void test_streq_ptr(void) {
         assert_se(streq_ptr(NULL, NULL));