From 3b30e3bdb9f3e9403f451d53d5109ec41520835e Mon Sep 17 00:00:00 2001 From: hanwckf Date: Tue, 24 Sep 2024 01:34:58 +0800 Subject: [PATCH] gettext-full: fix build error fix #305 --- .../gettext-full/patches/160-fix-build-error.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/libs/gettext-full/patches/160-fix-build-error.patch 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) +