aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-04-03 10:29:26 -0700
committerGuy Harris <guy@alum.mit.edu>2016-04-03 17:29:56 +0000
commita952c7c6bdd56777f06c053f5fc4aff36649bf8c (patch)
treec9034c86388953985b963db287d19be047245b9b /wiretap
parent8d9853bae7d023589e3e49c4116728a7ae0f9f02 (diff)
Include json.h with quotes, not angle brackets.
Change-Id: I9fdb38ca724ec1a76126a956c7f7b07fd4c1ddb0 Reviewed-on: https://code.wireshark.org/review/14798 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/json.c b/wiretap/json.c
index 7f631cd956..4842ee19d2 100644
--- a/wiretap/json.c
+++ b/wiretap/json.c
@@ -24,7 +24,7 @@
#include "wtap-int.h"
#include "file_wrappers.h"
-#include <json.h>
+#include "json.h"
#include <wsutil/jsmn.h>
static gboolean json_read_file(wtap *wth, FILE_T fh, struct wtap_pkthdr *phdr,