[packages] libiconv: add stddef.h include to stub header
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 19 Dec 2010 05:09:34 +0000 (05:09 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 19 Dec 2010 05:09:34 +0000 (05:09 +0000)
SVN-Revision: 24711

libs/libiconv/src/include/iconv.h

index 8d1f745268072caa59b1eb235cf3d765bdc14bf2..bca749a66d1c58b6e6b16e869fcdc528a7731d3f 100644 (file)
@@ -5,6 +5,8 @@
 #ifndef _ICONV_H
 #define _ICONV_H 1
 
+#include <stddef.h>
+
 typedef void *iconv_t;
 
 extern iconv_t