1
0
mirror of https://github.com/merbanan/openwrt.git synced 2025-11-11 14:37:58 +00:00
Files
merbanan_openwrt/tools/mpfr/patches/100-freebsd-compat.patch
Jo-Philipp Wich b59c2b7ff4 tools: Fix mpfr build on FreeBSD 10.1
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44279 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-02-05 16:58:10 +00:00

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