# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/wvstreams/hotfix-glibc212.patch # Copyright (C) 2011 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- http://bugs.gentoo.org/333301 --- wvstreams-4.6.1/ipstreams/wvunixdgsocket.cc +++ wvstreams-4.6.1/ipstreams/wvunixdgsocket.cc @@ -1,5 +1,5 @@ #include "wvunixdgsocket.h" -#ifdef MACOS +#if defined(MACOS) || defined(__GNUC__) #include #include #endif --- wvstreams-4.6.1/streams/wvatomicfile.cc +++ wvstreams-4.6.1/streams/wvatomicfile.cc @@ -11,7 +11,8 @@ #include "wvfileutils.h" #include "wvstrutils.h" -#ifdef MACOS +#if defined(MACOS) || defined(__GNUC__) +#include #include #endif