diff --git a/ndhc/clientpacket.c b/ndhc/clientpacket.c index adcb25c..3ecfcb0 100644 --- a/ndhc/clientpacket.c +++ b/ndhc/clientpacket.c @@ -40,7 +40,7 @@ #include "dhcpd.h" #include "packet.h" #include "options.h" -#include "dhcpc.h" +#include "config.h" #include "log.h" #include "io.h" diff --git a/ndhc/dhcpc.h b/ndhc/config.h similarity index 100% rename from ndhc/dhcpc.h rename to ndhc/config.h diff --git a/ndhc/ndhc.c b/ndhc/ndhc.c index 74fd5f9..e4c06d0 100644 --- a/ndhc/ndhc.c +++ b/ndhc/ndhc.c @@ -43,7 +43,7 @@ #include "ndhc-defines.h" #include "dhcpd.h" -#include "dhcpc.h" +#include "config.h" #include "options.h" #include "clientpacket.h" #include "packet.h" diff --git a/ndhc/script.c b/ndhc/script.c index be99214..41a0c1e 100644 --- a/ndhc/script.c +++ b/ndhc/script.c @@ -34,7 +34,7 @@ #include "options.h" #include "dhcpd.h" -#include "dhcpc.h" +#include "config.h" #include "packet.h" #include "options.h" #include "log.h"