b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/src/vasprintf.c |
2 | +++ b/src/vasprintf.c | ||||
3 | @@ -72,6 +72,7 @@ https://www.gnu.org/licenses/ or write t | ||||
4 | #endif /* HAVE_VA_COPY */ | ||||
5 | |||||
6 | #ifdef HAVE_WCHAR_H | ||||
7 | +#include <stddef.h> | ||||
8 | #include <wchar.h> | ||||
9 | #endif | ||||
10 |