diff --git a/srcpkgs/kdelibs4support/patches/0001-fix-test-build.patch b/srcpkgs/kdelibs4support/patches/0001-fix-test-build.patch index a6df4865297..0df45ba8cfc 100644 --- a/srcpkgs/kdelibs4support/patches/0001-fix-test-build.patch +++ b/srcpkgs/kdelibs4support/patches/0001-fix-test-build.patch @@ -1,11 +1,12 @@ --- a/autotests/klocaletest.cpp +++ b/autotests/klocaletest.cpp -@@ -20,6 +20,8 @@ +@@ -20,6 +20,9 @@ #include "klocaletest.h" #include ++#if !defined(__GLIBC__) +#include -+ ++#endif #include "klocale.h" #include "klocale_p.h" #include "kconfiggroup.h"