summaryrefslogtreecommitdiffstats
path: root/tests/test_echo_tcp_writev_readv.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_echo_tcp_writev_readv.c')
-rw-r--r--tests/test_echo_tcp_writev_readv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_echo_tcp_writev_readv.c b/tests/test_echo_tcp_writev_readv.c
index 0b6fe1f..0aa1ae2 100644
--- a/tests/test_echo_tcp_writev_readv.c
+++ b/tests/test_echo_tcp_writev_readv.c
@@ -9,6 +9,7 @@
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <sys/uio.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>