This commit is contained in:
jl777
2016-10-25 19:07:26 -03:00
parent 3a2b2b45b6
commit c23b9ce30f
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
/* JSON parser in C. */
#include <math.h>
#include "../includes/cJSON.h"
#include "cJSON.h"
#ifndef DBL_EPSILON
#define DBL_EPSILON 2.2204460492503131E-16