xref: /haiku/headers/posix/iovec.h (revision ed6250c95736c0b55da79d6e9dd01369532260c0)
1 /*
2  * Copyright (C) 2002 Marcus Overhagen
3  * All rights reserved.
4  *
5  * Distributed under the terms of the MIT license
6  */
7 #ifndef _IOVEC_H
8 #define _IOVEC_H
9 
10 #include <sys/uio.h>
11 
12 #endif
13