rktio: add <sys/types.h> to reliably get u_char

This commit is contained in:
Matthew Flatt 2017-06-21 16:22:46 -06:00
parent 58dea081c6
commit 7152cc1ba6

View File

@ -12,6 +12,7 @@
# include <netinet/in.h>
# include <netdb.h>
# include <sys/socket.h>
# include <sys/types.h>
# include <fcntl.h>
# include <errno.h>
# define TCP_SOCKSENDBUF_SIZE 32768