blob: 17e31691b7eda5a497a1a371694d3c3c8c735763 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- 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
|