summaryrefslogtreecommitdiffstats
path: root/tests/test_echo_tcp_writev_readv.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-12-21 16:18:45 +0100
committerAndreas Schneider <asn@samba.org>2013-12-21 16:18:45 +0100
commit8c561dd419a414cd50d4a63fa988fd1162042e47 (patch)
treecd765ea1232fc06a11e021061f9614b27758f517 /tests/test_echo_tcp_writev_readv.c
parent789118aee6683b8bfafac4ea24c6c9a160ad9e59 (diff)
downloadsocket_wrapper-8c561dd419a414cd50d4a63fa988fd1162042e47.tar.gz
socket_wrapper-8c561dd419a414cd50d4a63fa988fd1162042e47.tar.xz
socket_wrapper-8c561dd419a414cd50d4a63fa988fd1162042e47.zip
tests: Add missing include for writev/readv.
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>