Author :
Mark Wielaard
Date :
2025-06-15 14:50:52
Hash :2b76d786 Message :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