haiku/headers/posix/iovec.h

13 lines
187 B
C

/*
* Copyright (C) 2002 Marcus Overhagen
* All rights reserved.
*
* Distributed under the terms of the MIT license
*/
#ifndef _IOVEC_H
#define _IOVEC_H
#include <sys/uio.h>
#endif