commit | 2b76d786553ef5a0325bd77cce02541cdf76827e | [log] [tgz] |
---|---|---|
author | Mark Wielaard <mark@klomp.org> | Sun Jun 15 14:50:52 2025 +0200 |
committer | Mark Wielaard <mark@klomp.org> | Sun Jun 15 14:51:05 2025 +0200 |
tree | 6693440ac5d5455b285e6a72ed9530d945b7500d | |
parent | fbc4b11da543753b3b803e5546f56e26ec90c2a7 [diff] |
bzlib.h: Move #includes outside extern "C" {...} This helps C++ compilers that come with their own standard library headers that don't expect to be included inside of extern "C" {...}. https://sourceware.org/bugzilla/show_bug.cgi?id=32812