From: Ted Lemon Date: Mon, 20 May 1996 00:12:54 +0000 (+0000) Subject: Use distributed Berkeley network headers X-Git-Tag: BETA-2~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a97f5b8fbcd0a2befad89c34e98a6f7cc51baec;p=thirdparty%2Fdhcp.git Use distributed Berkeley network headers --- diff --git a/common/nit.c b/common/nit.c index ada3aca46..15bcba3e7 100644 --- a/common/nit.c +++ b/common/nit.c @@ -59,9 +59,9 @@ static char copyright[] = #include #include -#include -#include -#include +#include "includes/netinet/ip.h" +#include "includes/netinet/udp.h" +#include "includes/netinet/if_ether.h" /* Called by get_interface_list for each interface that's discovered. Opens a packet filter for each interface and adds it to the select diff --git a/nit.c b/nit.c index ada3aca46..15bcba3e7 100644 --- a/nit.c +++ b/nit.c @@ -59,9 +59,9 @@ static char copyright[] = #include #include -#include -#include -#include +#include "includes/netinet/ip.h" +#include "includes/netinet/udp.h" +#include "includes/netinet/if_ether.h" /* Called by get_interface_list for each interface that's discovered. Opens a packet filter for each interface and adds it to the select