]> git.ipfire.org Git - thirdparty/gettext.git/commit
Update after gnulib changed.
authorBruno Haible <bruno@clisp.org>
Sun, 20 Jun 2021 01:47:14 +0000 (03:47 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 20 Jun 2021 14:33:17 +0000 (16:33 +0200)
commitf8c28f094dd7f85f1dc0631435f6b76c19b50242
tree0e9b529545798e77afb8533b4b7c24571b2a102a
parentdbcae010af498da55cb1fdac2c22d91206da34c0
Update after gnulib changed.

* gettext-runtime/libasprintf/autosprintf.cc: Include <config.h>. This is
needed because of these new gnulib module dependencies:
  vasnprintf -> free-posix -> stdlib -> unistd,
and the generated unistd.h gets included indirectly by <string> on OpenBSD 6.7
and gives a #error "Please include config.h first."
gettext-runtime/libasprintf/autosprintf.cc