chiark / gitweb /
libsystemd-network: move network-utils from src/shared
[elogind.git] / src / network / networkd-address.c
index 414b3bccfa6430409fb48fc3e7006ca2f88944bb..dd4c822c674a52b44ce8e99a7651fcc91e397b0c 100644 (file)
@@ -26,7 +26,7 @@
 #include "utf8.h"
 #include "util.h"
 #include "conf-parser.h"
-#include "net-util.h"
+#include "network-internal.h"
 
 int address_new_static(Network *network, unsigned section, Address **ret) {
         _cleanup_address_free_ Address *address = NULL;