We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ed61a commit 4333ef6Copy full SHA for 4333ef6
library/zitilib/zl_sockets.c
@@ -19,6 +19,7 @@
19
#include <fcntl.h>
20
#include <stdbool.h>
21
#include <ziti/ziti_log.h>
22
+#include "utils.h"
23
24
bool zl_is_blocking(ziti_socket_t s) {
25
#if _WIN32
0 commit comments