mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 15:50:33 -04:00
- Change RUN_DEPENDS to libdaq-3* - Add USES=localbase - Add FLATBUFFERS option Reported by: ozkan.kirik@gmail.com
10 lines
200 B
C++
10 lines
200 B
C++
--- src/flow/ha.cc.orig 2019-07-31 09:26:02 UTC
|
|
+++ src/flow/ha.cc
|
|
@@ -35,6 +35,7 @@
|
|
#include "flow_key.h"
|
|
#include "ha_module.h"
|
|
#include "session.h"
|
|
+#include <array>
|
|
|
|
using namespace snort;
|
|
|