mirror of
https://github.com/merbanan/openwrt.git
synced 2025-11-11 14:37:58 +00:00
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44279 3c298f89-4303-0410-b956-a3cf2f4a3e73
11 lines
204 B
Diff
11 lines
204 B
Diff
--- a/src/vasprintf.c
|
|
+++ b/src/vasprintf.c
|
|
@@ -42,6 +42,7 @@ http://www.gnu.org/licenses/ or write to
|
|
#endif /* HAVE_VA_COPY */
|
|
|
|
#ifdef HAVE_WCHAR_H
|
|
+#include <stddef.h>
|
|
#include <wchar.h>
|
|
#endif
|
|
|