mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +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
|
@ -3,6 +3,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <sys/types.h> // for u_char
|
||||
#include <unistd.h>
|
||||
|
||||
extern "C"
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue