blob: 8a7c6b098e2f53fe7bda16bcc28e751d2898d26f (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/vasprintf.c
+++ b/src/vasprintf.c
@@ -72,6 +72,7 @@ https://www.gnu.org/licenses/ or write t
#endif /* HAVE_VA_COPY */
#ifdef HAVE_WCHAR_H
+#include <stddef.h>
#include <wchar.h>
#endif
|