From: Michael Altizer (mialtize) Date: Fri, 6 Mar 2020 16:43:40 +0000 (+0000) Subject: Merge pull request #2061 in SNORT/snort3 from ~OSERHIIE/snort3:alpine_build_fix to... X-Git-Tag: 3.0.0-269~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec26b3254135b303317f7041789ebf00f6b4232e;p=thirdparty%2Fsnort3.git Merge pull request #2061 in SNORT/snort3 from ~OSERHIIE/snort3:alpine_build_fix to master Squashed commit of the following: commit c149560b8bd0fabb7ce802cde20685ad1ef67e5b Author: Oleksandr Serhiienko Date: Tue Mar 3 12:41:53 2020 +0200 flow: Add missing time.h include for struct timeval --- diff --git a/src/flow/flow.h b/src/flow/flow.h index 696a5de47..7db72a924 100644 --- a/src/flow/flow.h +++ b/src/flow/flow.h @@ -27,6 +27,8 @@ // state. Inspector state is stored in FlowData, and Flow manages a list // of FlowData items. +#include + #include "detection/ips_context_chain.h" #include "flow/flow_stash.h" #include "framework/data_bus.h"