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
1 file changed