You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/suricata/files/json.patch

11 lines
276 B

--- src/output-json.h.orig 2015-11-21 21:56:24.996289587 +0100
+++ src/output-json.h 2015-11-21 21:57:11.419622642 +0100
@@ -28,6 +28,7 @@
#ifdef HAVE_LIBJANSSON
+#include <jansson.h>
#include "suricata-common.h"
#include "util-buffer.h"
#include "util-logopenfile.h"