lede/tools/mpfr/patches/100-freebsd-compat.patch

11 lines
204 B
Diff
Raw Normal View History

2017-09-06 19:19:45 +08:00
--- a/src/vasprintf.c
+++ b/src/vasprintf.c
2020-07-02 23:30:56 +08:00
@@ -72,6 +72,7 @@ https://www.gnu.org/licenses/ or write t
2017-09-06 19:19:45 +08:00
#endif /* HAVE_VA_COPY */
#ifdef HAVE_WCHAR_H
+#include <stddef.h>
#include <wchar.h>
#endif