File add_includes.patch of Package mcstrans
Index: mcstrans-0.3.3/src/mcstransd.c =================================================================== --- mcstrans-0.3.3.orig/src/mcstransd.c 2017-09-05 10:38:35.671557177 +0200 +++ mcstrans-0.3.3/src/mcstransd.c 2017-09-05 10:45:49.122557656 +0200 @@ -4,6 +4,7 @@ #include <sys/socket.h> #include <sys/poll.h> #include <sys/stat.h> +#include <sys/uio.h> #include <fcntl.h> #include <sys/un.h> #include <errno.h>