aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/udpsend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/udpsend.c b/net/udpsend.c
index 114c02c..2ce6219 100644
--- a/net/udpsend.c
+++ b/net/udpsend.c
@@ -12,6 +12,7 @@
#include <string.h>
#ifdef _WIN32
#include <winsock2.h>
+#include <ws2tcpip.h>
#else
#include <sys/types.h>
#include <sys/socket.h>