From 334c6e4bbb97a4c0656e1b07c3e6a565f68eae2b Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 28 Nov 2008 22:21:10 +0000 Subject: The BIG refactoring [tm]. Too many changes to count them. If it doesn't suite you, revert to last version. --- ot_iovec.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ot_iovec.h') 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 @@ #ifndef __OT_IOVEC_H__ #define __OT_IOVEC_H__ +#include + void *iovec_increase( int *iovec_entries, struct iovec **iovector, size_t new_alloc ); void iovec_fixlast( int *iovec_entries, struct iovec **iovector, void *last_ptr ); void iovec_free( int *iovec_entries, struct iovec **iovector ); -- cgit v1.2.3