From 3b1dc84a906d15b54149aa1ad47820332b89d38d Mon Sep 17 00:00:00 2001 From: shatty Date: Thu, 31 Jul 2003 00:57:04 +0000 Subject: [PATCH] must include size_t for iconv git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4147 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/iconv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/posix/iconv.h b/headers/posix/iconv.h index eec66af28b..f4904071a8 100644 --- a/headers/posix/iconv.h +++ b/headers/posix/iconv.h @@ -3,7 +3,7 @@ /* ** Distributed under the terms of the OpenBeOS License. */ - +#include typedef void *iconv_t;