]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-wait-online-link.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / network / networkd-wait-online-link.c
index cacb4c257e5440379dfcb5ba1b1b7f51d5a5b768..cc4b46d5b07a190e03a44aab8abbe87caf0a0630 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-
 #include "sd-network.h"
 
 #include "networkd-wait-online-link.h"
+#include "string-util.h"
 
 int link_new(Manager *m, Link **ret, int ifindex, const char *ifname) {
         _cleanup_(link_freep) Link *l = NULL;