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