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 unistd.h to fix the build on OSX
tags/json-c-0.15-20200726
Eric Haszlakiewicz
5 years ago
parent
5ebfeaedc5
commit
9128ec49b1
2 changed files
with
5 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
json_object_iterator.c
+4
-0
json_object_private.h
+ 1
- 0
json_object_iterator.c
View File
@@ -9,6 +9,7 @@
*
*
*******************************************************************************
*******************************************************************************
*/
*/
#include "config.h"
#include <stddef.h>
#include <stddef.h>
+ 4
- 0
json_object_private.h
View File
@@ -24,6 +24,10 @@ struct json_object;
#include "json_inttypes.h"
#include "json_inttypes.h"
#include "json_types.h"
#include "json_types.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
#ifdef _MSC_VER
#ifdef _MSC_VER
#include <BaseTsd.h>
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
typedef SSIZE_T ssize_t;
Write
Preview
Loading…
Cancel
Save