diff --git a/include/netcdf.h b/include/netcdf.h index 8891d4074..dccb242db 100644 --- a/include/netcdf.h +++ b/include/netcdf.h @@ -19,6 +19,11 @@ for more info. #include #endif +#ifndef SIZEOF_SSIZE_T +#define ssize_t int +#endif + + #ifdef _WIN64 #include #endif