From 7136163c64980ef3e48d41047553cf09ff21aa7e Mon Sep 17 00:00:00 2001 From: "Johan Duque @ Archduke - TE Laptop" Date: Thu, 14 Jan 2021 16:32:50 +0100 Subject: [PATCH] Fixed build issues in Linux --- daemons/mrpd/mrpd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemons/mrpd/mrpd.h b/daemons/mrpd/mrpd.h index d33de12924..f93826dac0 100644 --- a/daemons/mrpd/mrpd.h +++ b/daemons/mrpd/mrpd.h @@ -47,7 +47,8 @@ size_t mrpd_send(SOCKET sockfd, const void *buf, size_t len, int flags); #include #include #include -typedef int SOCKET; +#include +// typedef int SOCKET; typedef int HTIMER; #define INVALID_SOCKET -1 #define SOCKET_ERROR -1