mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add a couple of extra unistd.h includes to fix a build failure
This commit is contained in:
parent
fbcb7bd2ec
commit
af947ae000
3 changed files with 5 additions and 3 deletions
|
@ -1,12 +1,11 @@
|
|||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
|
||||
#include <unistd.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#include "zeek/iosource/BPF_Program.h"
|
||||
|
||||
#include "zeek/zeek-config.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <sys/socket.h>
|
||||
#include <cstring>
|
||||
|
||||
#include "zeek/util.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue