must include size_t for iconv

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4147 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2003-07-31 00:57:04 +00:00
parent b9de54c8ef
commit 3b1dc84a90
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
/*
** Distributed under the terms of the OpenBeOS License.
*/
#include <size_t.h>
typedef void *iconv_t;