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