Skip to content

Commit

Permalink
add xmake build fixes for macOS (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored Jan 19, 2025
1 parent d1eafd6 commit eb14af1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit eb14af1

Please sign in to comment.