From fa801fbec407d6563d30af98f2d3ff348477c3a0 Mon Sep 17 00:00:00 2001 From: "Nicholas J. Kain" Date: Wed, 19 Mar 2014 06:42:39 -0400 Subject: [PATCH] ifchange.c doesn't need strl.h included anymore. --- ndhc/ifchange.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndhc/ifchange.c b/ndhc/ifchange.c index b23b0f1..fb8f7ca 100644 --- a/ndhc/ifchange.c +++ b/ndhc/ifchange.c @@ -27,6 +27,7 @@ */ #include +#include #include #include #include @@ -42,7 +43,6 @@ #include "arp.h" #include "log.h" #include "io.h" -#include "strl.h" #include "ifchange.h" static struct dhcpmsg cfg_packet; // Copy of the current configuration packet.