diff --git a/package/libs/gettext-full/patches/160-fix-build-error.patch b/package/libs/gettext-full/patches/160-fix-build-error.patch new file mode 100644 index 0000000000..9219106e42 --- /dev/null +++ b/package/libs/gettext-full/patches/160-fix-build-error.patch @@ -0,0 +1,10 @@ +--- a/gettext-tools/src/locating-rule.c ++++ b/gettext-tools/src/locating-rule.c +@@ -47,6 +47,7 @@ + #include + #include + #include "xalloc.h" ++#include + + #define _(str) gettext (str) +