From 55f14ba4d9a968cbf85e2af91a80860de76550eb Mon Sep 17 00:00:00 2001 From: beveloper Date: Wed, 23 Oct 2002 19:35:15 +0000 Subject: [PATCH] another small file for compatibility reasons git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1628 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/iovec.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 headers/posix/iovec.h 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