[packages] libiconv: add stddef.h include to stub header

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24711 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-12-19 05:09:34 +00:00
parent 2040d06f4b
commit 1fee9a5d9a

View File

@ -5,6 +5,8 @@
#ifndef _ICONV_H
#define _ICONV_H 1
#include <stddef.h>
typedef void *iconv_t;
extern iconv_t