Fix build on FreeBSD, which was missing full definition of sockaddr for ARP

This commit is contained in:
Tim Wojtulewicz 2020-09-23 10:31:42 -07:00
parent bfe31f1c58
commit c21504deed

View file

@ -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