package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
293 B
16 lines
293 B
3 months ago
|
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>
|