diff --git a/json_object.c b/json_object.c index 8817edc..a161a94 100644 --- a/json_object.c +++ b/json_object.c @@ -14,6 +14,9 @@ #include "strerror_override.h" + + + #include #include #include diff --git a/json_tokener.c b/json_tokener.c index 18df686..957a205 100644 --- a/json_tokener.c +++ b/json_tokener.c @@ -13,6 +13,9 @@ * (http://www.opensource.org/licenses/mit-license.php) */ + + + #include "config.h" #include "math_compat.h"