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