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