aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/ndpi_define.h.in b/src/include/ndpi_define.h.in
index 2560852d8..22bdbdbc2 100644
--- a/src/include/ndpi_define.h.in
+++ b/src/include/ndpi_define.h.in
@@ -382,6 +382,10 @@
#endif /* __APPLE__ */
+#ifndef ETH_ARP
+#define ETH_ARP 0x0800 /* IPv4 */
+#endif
+
#ifndef ETH_P_IP
#define ETH_P_IP 0x0800 /* IPv4 */
#endif