mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Adding missing includes needed on FreeBSD.
This commit is contained in:
parent
355c447698
commit
56dd7918d0
5 changed files with 8 additions and 4 deletions
|
@ -4,6 +4,10 @@
|
|||
|
||||
using namespace std;
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include "Type.h"
|
||||
#include "net_util.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue