Files

12 lines
280 B
Diff
Raw Permalink Normal View History

2026-03-17 18:44:57 -05:00
--- 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