summaryrefslogtreecommitdiff
path: root/includes/netinet
diff options
context:
space:
mode:
authorMark Andrews <marka@isc.org>2008-01-23 22:49:54 +0000
committerMark Andrews <marka@isc.org>2008-01-23 22:49:54 +0000
commitb8c0eda0e58fe679396a540004c34798412db499 (patch)
tree73e5fe35b34f545e4ebd3700ea56ea566951762c /includes/netinet
parent4cafb815437c88938502ad45393a2be70f448511 (diff)
downloadisc-dhcp-b8c0eda0e58fe679396a540004c34798412db499.tar.gz
DHCP now builds under AIX
Diffstat (limited to 'includes/netinet')
-rw-r--r--includes/netinet/if_ether.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/netinet/if_ether.h b/includes/netinet/if_ether.h
index e53b4c7f..8de80235 100644
--- a/includes/netinet/if_ether.h
+++ b/includes/netinet/if_ether.h
@@ -35,6 +35,9 @@
* @(#)if_ether.h 8.1 (Berkeley) 6/10/93
*/
+#ifndef netinet_if_ether_h
+#define netinet_if_ether_h
+
/*
* Ethernet address - 6 octets
* this is only used by the ethers(3) functions.
@@ -59,3 +62,5 @@ struct isc_ether_header {
#define ETHERTYPE_ARP 0x0806 /* address resolution protocol */
#define ETHER_HEADER_SIZE (ETHER_ADDR_LEN * 2 + sizeof (u_int16_t))
+
+#endif