mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-08-11 06:11:53 +08:00

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>
11 lines
204 B
Diff
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
|
|
|