diff options
Diffstat (limited to 'ot_iovec.h')
-rw-r--r-- | ot_iovec.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | |||
9 | void *iovec_increase( int *iovec_entries, struct iovec **iovector, size_t new_alloc ); | 11 | void *iovec_increase( int *iovec_entries, struct iovec **iovector, size_t new_alloc ); |
10 | void iovec_fixlast( int *iovec_entries, struct iovec **iovector, void *last_ptr ); | 12 | void iovec_fixlast( int *iovec_entries, struct iovec **iovector, void *last_ptr ); |
11 | void iovec_free( int *iovec_entries, struct iovec **iovector ); | 13 | void iovec_free( int *iovec_entries, struct iovec **iovector ); |