[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:
parent
2040d06f4b
commit
1fee9a5d9a
@ -5,6 +5,8 @@
|
|||||||
#ifndef _ICONV_H
|
#ifndef _ICONV_H
|
||||||
#define _ICONV_H 1
|
#define _ICONV_H 1
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
|
||||||
typedef void *iconv_t;
|
typedef void *iconv_t;
|
||||||
|
|
||||||
extern iconv_t
|
extern iconv_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user