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