From f6b304250bda59f7dcc56ffa7c4c5f482e66d32f Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sun, 31 Mar 2013 23:15:35 +0800 Subject: Try using writev() for writing packets out to tcp --- includes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'includes.h') diff --git a/includes.h b/includes.h index 571a3be..203ccfd 100644 --- a/includes.h +++ b/includes.h @@ -120,6 +120,10 @@ #include #endif +#ifdef HAVE_SYS_UIO_H +#include +#endif + #ifdef BUNDLED_LIBTOM #include "libtomcrypt/src/headers/tomcrypt.h" #include "libtommath/tommath.h" -- cgit v1.2.3