@ -21,7 +21,6 @@
# endif
# define strtok_r strtok_s
# define strerror_r(e, b, l) strerror_s(b, l, e)
typedef SSIZE_T ssize_t;
#endif
@ -20,6 +20,7 @@ Contributors:
#include <unistd.h>
#else
#include <winsock2.h>
#include "mosquitto_internal.h"