diff options
Diffstat (limited to 'cpp/include/IceUtil/IconvStringConverter.h')
-rw-r--r-- | cpp/include/IceUtil/IconvStringConverter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/IconvStringConverter.h b/cpp/include/IceUtil/IconvStringConverter.h index 4281eb89aff..95a4c4120fd 100644 --- a/cpp/include/IceUtil/IconvStringConverter.h +++ b/cpp/include/IceUtil/IconvStringConverter.h @@ -18,7 +18,7 @@ #include <langinfo.h> #include <string.h> // For strerror -#if (defined(__APPLE__) && _LIBICONV_VERSION < 0x010B) || defined(__FreeBSD__) +#if (defined(__APPLE__) && _LIBICONV_VERSION < 0x010B) // // See http://sourceware.org/bugzilla/show_bug.cgi?id=2962 // |