mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Unbreak build on Linux.
Turns out os-x does not to include memory...
This commit is contained in:
parent
31973f76ce
commit
c139ad07f4
2 changed files with 1 additions and 5 deletions
|
@ -33,6 +33,7 @@
|
|||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <libgen.h>
|
||||
#include <memory> // std::unique_ptr
|
||||
|
||||
#include "zeek-config.h"
|
||||
#include "siphash24.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue