Description: fix FTBFS with glibc 2.12 Author: Luca Falavigna Bug: https://code.google.com/p/wvstreams/issues/detail?id=28 Forwarded: no Last-Update: 2013-10-30 --- a/ipstreams/wvunixdgsocket.cc +++ b/ipstreams/wvunixdgsocket.cc @@ -1,8 +1,6 @@ #include "wvunixdgsocket.h" -#ifdef MACOS #include #include -#endif WvUnixDGSocket::WvUnixDGSocket(WvStringParm filename, bool _server, int perms) : socketfile(filename) --- a/streams/wvatomicfile.cc +++ b/streams/wvatomicfile.cc @@ -10,10 +10,7 @@ #include "wvatomicfile.h" #include "wvfileutils.h" #include "wvstrutils.h" - -#ifdef MACOS #include -#endif WvAtomicFile::WvAtomicFile(WvStringParm filename, int flags, mode_t create_mode) : tmp_file(WvString::null)