diff options
Diffstat (limited to 'other-licenses/snappy/src/snappy-test.cc')
-rw-r--r-- | other-licenses/snappy/src/snappy-test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other-licenses/snappy/src/snappy-test.cc b/other-licenses/snappy/src/snappy-test.cc index 7eb490ac17..aae607210b 100644 --- a/other-licenses/snappy/src/snappy-test.cc +++ b/other-licenses/snappy/src/snappy-test.cc @@ -151,7 +151,7 @@ LogMessageCrash::~LogMessageCrash() { #pragma warning(pop) #endif -#ifdef HAVE_LIBZ +#if HAVE_LIBZ ZLib::ZLib() : comp_init_(false), |