aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/json.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/json.c')
-rw-r--r--wiretap/json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/json.c b/wiretap/json.c
index 8f5064de47..8ced65797a 100644
--- a/wiretap/json.c
+++ b/wiretap/json.c
@@ -13,7 +13,7 @@
#include "file_wrappers.h"
#include "json.h"
-#include <wsutil/wsjsmn.h>
+#include <wsutil/wsjson.h>
static gboolean json_read_file(wtap *wth, FILE_T fh, wtap_rec *rec,
Buffer *buf, int *err, gchar **err_info)