xref: /haiku/headers/posix/iovec.h (revision 1e36cfc2721ef13a187c6f7354dc9cbc485e89d3)
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