Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Load the headers we need, don't rely on some random other ones to load this one
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 8 Sep 2005 19:31:33 +0000 (19:31 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 8 Sep 2005 19:31:33 +0000 (19:31 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1702 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/Transport/transport_plugin_tcp.c

index 256820f..d8bc067 100644 (file)
 #include "xbt/ex.h"
 #include "transport_private.h"
 
 #include "xbt/ex.h"
 #include "transport_private.h"
 
+#ifdef HAVE_READV
+#include <sys/uio.h>
+#endif       
+
 #ifndef MIN
 #define MIN(a,b) ((a)<(b)?(a):(b))
 #endif
 #ifndef MIN
 #define MIN(a,b) ((a)<(b)?(a):(b))
 #endif