diff --git a/json_inttypes.h b/json_inttypes.h index e047d4f..e51da74 100644 --- a/json_inttypes.h +++ b/json_inttypes.h @@ -21,4 +21,9 @@ #endif +#ifdef _MSC_VER +#include +typedef SSIZE_T ssize_t; +#endif + #endif