mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Include errno.h in FlowSrc.cc.
If the build option to use OpenSSL is set, it would eventually get pulled in from them, but since that option may not always be set, we should explicitly include it.
This commit is contained in:
parent
59aaaf7ed5
commit
8e725fdc7a
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
#include "FlowSrc.h"
|
#include "FlowSrc.h"
|
||||||
#include "Net.h"
|
#include "Net.h"
|
||||||
#include "netflow_pac.h"
|
#include "netflow_pac.h"
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
FlowSrc::FlowSrc()
|
FlowSrc::FlowSrc()
|
||||||
{ // TODO: v9.
|
{ // TODO: v9.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue