rktio: add missing header

NetBSD needs <sys/time.h>.
This commit is contained in:
Matthew Flatt 2019-06-11 08:06:29 -06:00
parent bcd10a9114
commit a0ce64c5c4

View File

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