]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libsystemd/sd-network/sd-network.c
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
[thirdparty/systemd.git] / src / libsystemd / sd-network / sd-network.c
index ad1227264c4ec4a1a4bf68ea6ea00a924eaa2c72..6cc3321f429ba7442878caeaf3f354eb1f1b1d88 100644 (file)
@@ -33,6 +33,7 @@
 #include "strv.h"
 #include "util.h"
 #include "fd-util.h"
+#include "parse-util.h"
 
 _public_ int sd_network_get_operational_state(char **state) {
         _cleanup_free_ char *s = NULL;