2002-10-23 23:35:15 +04:00
|
|
|
/*
|
2012-07-19 22:11:40 +04:00
|
|
|
* Copyright 2008-2012 Haiku, Inc. All Rights Reserved.
|
2008-08-19 23:28:41 +04:00
|
|
|
* Distributed under the terms of the MIT License.
|
2002-10-23 23:35:15 +04:00
|
|
|
*/
|
|
|
|
#ifndef _IOVEC_H
|
|
|
|
#define _IOVEC_H
|
|
|
|
|
2010-11-04 00:46:47 +03:00
|
|
|
|
2002-10-23 23:35:15 +04:00
|
|
|
#include <sys/uio.h>
|
|
|
|
|
|
|
|
#endif
|