diff --git a/headers/posix/iovec.h b/headers/posix/iovec.h new file mode 100644 index 0000000000..3391f91eaf --- /dev/null +++ b/headers/posix/iovec.h @@ -0,0 +1,12 @@ +/* + * Copyright (C) 2002 Marcus Overhagen + * All rights reserved. + * + * Distributed under the terms of the MIT license + */ +#ifndef _IOVEC_H +#define _IOVEC_H + +#include + +#endif