2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 13:28:14 +00:00

Include if_ether.h to get definition of ETHERTYPE_IP.

This commit is contained in:
Ted Lemon 2000-04-18 23:02:09 +00:00
parent dd48f2820a
commit 90c12ec384

View File

@ -43,15 +43,19 @@
#ifndef lint
static char copyright[] =
"$Id: fddi.c,v 1.2 2000/04/14 16:24:05 mellon Exp $ Copyright (c) 1996-2000 The Internet Software Consortium. All rights reserved.\n";
"$Id: fddi.c,v 1.3 2000/04/18 23:02:09 mellon Exp $ Copyright (c) 1996-2000 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
#ifdef DEC_FDDI
#if defined (DEC_FDDI)
#include <netinet/if_fddi.h>
#include <net/if_llc.h>
#if defined (PACKET_ASSEMBLY) || defined (PACKET_DECODING)
#include "includes/netinet/if_ether.h"
#endif /* PACKET_ASSEMBLY || PACKET_DECODING */
#if defined (PACKET_ASSEMBLY)
/* Assemble an hardware header... */