Files
xiaomi-ax3600/tools/mpfr/patches/100-freebsd-compat.patch
Rosen Penev 08a5add864 tools/mpfr: update to 4.22
Refresh patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/18857
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-05-24 11:24:30 +02:00

11 lines
204 B
Diff

--- a/src/vasprintf.c
+++ b/src/vasprintf.c
@@ -71,6 +71,7 @@ If not, see <https://www.gnu.org/license
#endif /* HAVE_VA_COPY */
#ifdef HAVE_WCHAR_H
+#include <stddef.h>
#include <wchar.h>
#endif