Add one more extra include for FreeBSD

This commit is contained in:
Johanna Amann 2016-06-03 07:14:48 -07:00
parent a91483d4e4
commit 8c54f91617

View file

@ -5,6 +5,7 @@
#include "bro-config.h"
#include <sys/types.h>
#ifdef HAVE_NETINET_ETHER_H
#include <netinet/ether.h>
#endif