Update minisketch subtree to latest master

This commit is contained in:
fanquake
2022-06-29 16:35:02 +01:00
2 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,8 @@
#include <stdlib.h>
#ifdef _MSC_VER
# include <compat.h>
# include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#else
# include <unistd.h>
#endif