From 11c10244ef5168a337d88611d61c5ebc88acd29e Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Wed, 28 Sep 2016 12:01:33 +0200 Subject: wsutil: split libjsmn. The libjsmn was imported into the tree and enhanced with a new function. This change splits it into the "original" libjsmn and an addictional module wsjsmn that contains the new function. This will make easier to port within the tree future versions of the library. Change-Id: I3f1caa91bee462e0767e5e18d0b6a10f0b1cad32 Reviewed-on: https://code.wireshark.org/review/17963 Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu --- wiretap/json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap') diff --git a/wiretap/json.c b/wiretap/json.c index 4842ee19d2..5c3c1bd243 100644 --- a/wiretap/json.c +++ b/wiretap/json.c @@ -25,7 +25,7 @@ #include "file_wrappers.h" #include "json.h" -#include +#include static gboolean json_read_file(wtap *wth, FILE_T fh, struct wtap_pkthdr *phdr, Buffer *buf, int *err, gchar **err_info) -- cgit v1.2.1