]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Use distributed Berkeley network headers
authorTed Lemon <source@isc.org>
Mon, 20 May 1996 00:12:54 +0000 (00:12 +0000)
committerTed Lemon <source@isc.org>
Mon, 20 May 1996 00:12:54 +0000 (00:12 +0000)
common/nit.c
nit.c

index ada3aca46d673f739aa887557c748a653f998cca..15bcba3e751e4c0658231fe2c966c9647079a428 100644 (file)
@@ -59,9 +59,9 @@ static char copyright[] =
 #include <net/packetfilt.h>
 
 #include <netinet/in_systm.h>
-#include <netinet/ip.h>
-#include <netinet/udp.h>
-#include <netinet/if_ether.h>
+#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 ada3aca46d673f739aa887557c748a653f998cca..15bcba3e751e4c0658231fe2c966c9647079a428 100644 (file)
--- a/nit.c
+++ b/nit.c
@@ -59,9 +59,9 @@ static char copyright[] =
 #include <net/packetfilt.h>
 
 #include <netinet/in_systm.h>
-#include <netinet/ip.h>
-#include <netinet/udp.h>
-#include <netinet/if_ether.h>
+#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