Skip to content

Commit f760d58

Browse files
ShelbyZedsiper
authored andcommitted
network: Add ws2tcpip.h to avoid missing func defs
Signed-off-by: Shelby Hagman <shelbyzh@amazon.com>
1 parent 1348732 commit f760d58

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/flb_network.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#ifdef FLB_SYSTEM_WINDOWS
3131
#define poll WSAPoll
3232
#include <winsock2.h>
33+
#include <ws2tcpip.h>
3334
#else
3435
#include <sys/poll.h>
3536
#endif

0 commit comments

Comments
 (0)