--- writev.c.orig 2011-05-11 00:58:23 UTC +++ writev.c @@ -28,6 +28,7 @@ * Use is subject to license terms. */ +#include #include #include #include @@ -35,6 +36,10 @@ #include #include +#ifndef UIO_MAXIOV +#define UIO_MAXIOV 1024 +#endif + #ifndef IOV_MAX #define IOV_MAX UIO_MAXIOV #endif