This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
jdk-build-libs
/
json-c
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
11
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
put conditional include where it belongs
pull/497/head
andy5995
6 years ago
parent
b76c1e585c
commit
b9e916d16e
No known key found for this signature in database
GPG Key ID:
6BFEC9B82603CAF
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-4
json.h
+ 4
- 4
json.h
View File
@@ -31,12 +31,12 @@ extern "C" {
#include "json_object_iterator.h"
#include "json_c_version.h"
#ifdef __cplusplus
}
#endif
#ifdef TEST
#include "test_common.h"
#endif
#ifdef __cplusplus
}
#endif
#endif
Write
Preview
Loading…
Cancel
Save