summaryrefslogtreecommitdiff
path: root/ot_iovec.h
diff options
context:
space:
mode:
Diffstat (limited to 'ot_iovec.h')
-rw-r--r--ot_iovec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ot_iovec.h b/ot_iovec.h
index d5cf158..83a1a36 100644
--- a/ot_iovec.h
+++ b/ot_iovec.h
@@ -6,6 +6,8 @@
6#ifndef __OT_IOVEC_H__ 6#ifndef __OT_IOVEC_H__
7#define __OT_IOVEC_H__ 7#define __OT_IOVEC_H__
8 8
9#include <sys/uio.h>
10
9void *iovec_increase( int *iovec_entries, struct iovec **iovector, size_t new_alloc ); 11void *iovec_increase( int *iovec_entries, struct iovec **iovector, size_t new_alloc );
10void iovec_fixlast( int *iovec_entries, struct iovec **iovector, void *last_ptr ); 12void iovec_fixlast( int *iovec_entries, struct iovec **iovector, void *last_ptr );
11void iovec_free( int *iovec_entries, struct iovec **iovector ); 13void iovec_free( int *iovec_entries, struct iovec **iovector );