From 8e725fdc7a073cdfa8ed51d10e563c862a5ee14a Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Thu, 14 Oct 2010 15:15:40 -0500 Subject: [PATCH] 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. --- src/FlowSrc.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/FlowSrc.cc b/src/FlowSrc.cc index e97ad8eb25..fe3fa91ebe 100644 --- a/src/FlowSrc.cc +++ b/src/FlowSrc.cc @@ -12,6 +12,7 @@ #include "FlowSrc.h" #include "Net.h" #include "netflow_pac.h" +#include FlowSrc::FlowSrc() { // TODO: v9.