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>
This commit is contained in:
Guy Harris 2016-04-03 10:29:26 -07:00
parent 8d9853bae7
commit a952c7c6bd
1 changed files with 1 additions and 1 deletions

View File

@ -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,