123456789101112131415 |
- diff --git a/src/utils.cc b/src/utils.cc
- index 05cb8e2..6f16a66 100644
- --- a/src/utils.cc
- +++ b/src/utils.cc
- @@ -24,6 +24,10 @@
- #include <corecrt.h>
- #endif
-
- +#ifndef _MSC_VER
- +#include <unistd.h>
- +#endif
- +
- #include <openssl/bio.h>
- #include <openssl/buffer.h>
- #include <openssl/crypto.h>
|