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:
Jon Siwek 2010-10-14 15:15:40 -05:00
parent 59aaaf7ed5
commit 8e725fdc7a

View file

@ -12,6 +12,7 @@
#include "FlowSrc.h"
#include "Net.h"
#include "netflow_pac.h"
#include <errno.h>
FlowSrc::FlowSrc()
{ // TODO: v9.