mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
This commit is contained in:
parent
55ece83f37
commit
4abfc217c7
@ -19,6 +19,11 @@ for more info.
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#ifndef SIZEOF_SSIZE_T
|
||||
#define ssize_t int
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef _WIN64
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user