chiark / gitweb /
libsystemd-network: move network-utils from src/shared
[elogind.git] / src / network / networkd-route.c
index 0cb7239ca04182945015d28aa4192383529e697a..8b020adba469a29739357262e8e362a8bae6b659 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 route_new_static(Network *network, unsigned section, Route **ret) {
         _cleanup_route_free_ Route *route = NULL;