Skip to content

Commit 4333ef6

Browse files
committed
win32 compat
1 parent 06ed61a commit 4333ef6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/zitilib/zl_sockets.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <fcntl.h>
2020
#include <stdbool.h>
2121
#include <ziti/ziti_log.h>
22+
#include "utils.h"
2223

2324
bool zl_is_blocking(ziti_socket_t s) {
2425
#if _WIN32

0 commit comments

Comments
 (0)