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
Not all systems (e.g. osx) have malloc.h, include stdlib.h instead.
tags/json-c-0.14-20200419
Eric Haszlakiewicz
5 years ago
parent
2782a6b62c
commit
f357081b57
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
vasprintf_compat.h
+ 1
- 1
vasprintf_compat.h
View File
@@ -8,7 +8,7 @@
#include "snprintf_compat.h"
#include "snprintf_compat.h"
#include <
malloc
.h>
#include <
stdlib
.h>
#if !defined(HAVE_VASPRINTF)
#if !defined(HAVE_VASPRINTF)
/* CAW: compliant version of vasprintf */
/* CAW: compliant version of vasprintf */
Write
Preview
Loading…
Cancel
Save