1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Fix build

This commit is contained in:
Nicolas Williams
2017-04-26 20:55:43 -05:00
parent 0bd7614bd5
commit 32d8f2000a

View File

@ -12,6 +12,7 @@
#include "jv.h" #include "jv.h"
#include "jv_dtoa.h" #include "jv_dtoa.h"
#include "jv_unicode.h" #include "jv_unicode.h"
#include "jv_alloc.h"
#ifndef MAX_PRINT_DEPTH #ifndef MAX_PRINT_DEPTH
#define MAX_PRINT_DEPTH (256) #define MAX_PRINT_DEPTH (256)