diff options
Diffstat (limited to 'socket')
-rw-r--r-- | socket/sys/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/socket/sys/socket.h b/socket/sys/socket.h index 609a08d..7af4109 100644 --- a/socket/sys/socket.h +++ b/socket/sys/socket.h @@ -23,7 +23,7 @@ __BEGIN_DECLS -#include <sys/uio.h> +#include <bits/types/struct_iovec.h> #define __need_size_t #include <stddef.h> #ifdef __USE_GNU |