Files
macports-ports/net/suricata/files/patch-src-output-json.h-4.0.diff
Marius Schamschula 62b0f2e4d9 suricata 8.0.4: new port
After many years in my local repo, time to push it!
2026-03-17 18:46:08 -05:00

12 lines
280 B
Diff

--- src/output-json.h.orig 2017-06-07 10:01:56.000000000 -0500
+++ src/output-json.h 2017-06-19 11:57:00.000000000 -0500
@@ -28,6 +28,8 @@
#include "util-buffer.h"
#include "util-logopenfile.h"
+#include <jansson.h>
+
void OutputJsonRegister(void);
#ifdef HAVE_LIBJANSSON