100-freebsd-compat.patch 204 B

12345678910
  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. #ifdef HAVE_WCHAR_H
  6. +#include <stddef.h>
  7. #include <wchar.h>
  8. #endif