summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/netinet/if_ether.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/netinet/if_ether.h')
-rw-r--r--cpukit/libnetworking/netinet/if_ether.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libnetworking/netinet/if_ether.h b/cpukit/libnetworking/netinet/if_ether.h
index 5e39e43f2f..fba219ac35 100644
--- a/cpukit/libnetworking/netinet/if_ether.h
+++ b/cpukit/libnetworking/netinet/if_ether.h
@@ -40,6 +40,10 @@
#include <net/ethernet.h>
#include <net/if_arp.h>
+#ifndef BYTE_PACK
+#define BYTE_PACK __attribute__((packed))
+#endif
+
#ifdef _KERNEL
/*
* Macro to map an IP multicast address to an Ethernet multicast address.