Skip to content

Commit

Permalink
Fix to get windows building. Note: @jmalak is working on an improved …
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Jan 31, 2025
1 parent 0a89f9f commit c42ea3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wolfssl/wolfcrypt/wc_port.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@
#endif
#include <process.h>
#endif
#else
#if defined(USE_WINDOWS_API)
#define _WINSOCKAPI_
#include <windows.h>
#endif
#endif
#elif defined(SINGLE_THREADED) && defined(NO_FILESYSTEM)
/* No system headers required for build. */
Expand Down

0 comments on commit c42ea3c

Please sign in to comment.