Browse Source

test the CI and ignore this PR

pull/565/head
dota17 5 years ago
parent
commit
35a28528c1
2 changed files with 6 additions and 0 deletions
  1. +3
    -0
      json_object.c
  2. +3
    -0
      json_tokener.c

+ 3
- 0
json_object.c View File

@@ -14,6 +14,9 @@


#include "strerror_override.h" #include "strerror_override.h"





#include <assert.h> #include <assert.h>
#include <ctype.h> #include <ctype.h>
#include <math.h> #include <math.h>


+ 3
- 0
json_tokener.c View File

@@ -13,6 +13,9 @@
* (http://www.opensource.org/licenses/mit-license.php) * (http://www.opensource.org/licenses/mit-license.php)
*/ */





#include "config.h" #include "config.h"


#include "math_compat.h" #include "math_compat.h"


Loading…
Cancel
Save