mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Fix build on FreeBSD, which was missing full definition of sockaddr for ARP
This commit is contained in:
parent
bfe31f1c58
commit
c21504deed
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <packet_analysis/Analyzer.h>
|
||||
#include <packet_analysis/Component.h>
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include <net/if_arp.h>
|
||||
|
||||
#ifndef arp_pkthdr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue