Skip to content

Commit

Permalink
fix mingw64 build
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Koviazin <[email protected]>
  • Loading branch information
mkmkme committed Aug 24, 2024
1 parent f6ba74e commit 1d12d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/valkey/sockcompat.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
/* Here we have to disable the include ordering because mstcpip.h contains
* a bunch of macro calls that is defined in other headers. */
/* clang-format off */
#include <fcntl.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#include <stddef.h>
Expand Down

0 comments on commit 1d12d2d

Please sign in to comment.