mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Include header for usleep(), caused compile failure on Archlinux.
This commit is contained in:
parent
9a86a5e21f
commit
d1e4e6e812
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
||||||
#include "MsgThread.h"
|
#include "MsgThread.h"
|
||||||
#include "Manager.h"
|
#include "Manager.h"
|
||||||
|
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
using namespace threading;
|
using namespace threading;
|
||||||
|
|
||||||
namespace threading {
|
namespace threading {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue