This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
Include stddef.h in json_object.h
It is needed for size_t.
tags/json-c-0.13-20171207
Matthias Schiffer
9 years ago
parent
7ae5c3f7a6
commit
22fdcfc71a
No known key found for this signature in database
GPG Key ID:
16EF3F64CB201D9C
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
json_object.h
+ 1
- 0
json_object.h
View File
@@ -21,6 +21,7 @@
#define THIS_FUNCTION_IS_DEPRECATED(func) func
#endif
#include <stddef.h>
#include "json_inttypes.h"
#ifdef __cplusplus
Write
Preview
Loading…
Cancel
Save