aboutsummaryrefslogtreecommitdiff
path: root/net/x_net_udpsend.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/x_net_udpsend.c')
-rwxr-xr-xnet/x_net_udpsend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/x_net_udpsend.c b/net/x_net_udpsend.c
index 03c1f18..7b468f9 100755
--- a/net/x_net_udpsend.c
+++ b/net/x_net_udpsend.c
@@ -13,6 +13,7 @@
#ifdef MSW
#include <winsock2.h>
#else
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>