diff --git a/srcpkgs/gnome-builder/patches/include-locale_h.patch b/srcpkgs/gnome-builder/patches/include-locale_h.patch new file mode 100644 index 00000000000..8aeabb9f493 --- /dev/null +++ b/srcpkgs/gnome-builder/patches/include-locale_h.patch @@ -0,0 +1,12 @@ +--- src/main.c 2019-07-16 01:20:44.000000000 +0200 ++++ src/main.c 2019-08-03 19:01:32.885299932 +0200 +@@ -22,6 +22,9 @@ + + #include "config.h" + ++#if !defined(__GLIBC__) ++#include ++#endif + #include + #include + #include