diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2020-04-18 02:04:45 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2020-04-18 02:04:45 +0000 |
commit | 41a9d152aab6548458f9614700de01c5c1491c96 (patch) | |
tree | b18a8f7ded945427958383892fa212253bac0037 /user/libpeas/use-locale.h.patch | |
parent | b28b8cff52449ed420e617b4a86873a4b7664afe (diff) | |
parent | 67a23db468213102907aed26ad6da8e171448cae (diff) | |
download | packages-41a9d152aab6548458f9614700de01c5c1491c96.tar.gz packages-41a9d152aab6548458f9614700de01c5c1491c96.tar.bz2 packages-41a9d152aab6548458f9614700de01c5c1491c96.tar.xz packages-41a9d152aab6548458f9614700de01c5c1491c96.zip |
Merge branch 'bumps.aerdan.20200408' into 'master'
Bumps for packages maintained by Kiyoshi Aman for 8 April 2020
See merge request adelie/packages!429
Diffstat (limited to 'user/libpeas/use-locale.h.patch')
-rw-r--r-- | user/libpeas/use-locale.h.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/user/libpeas/use-locale.h.patch b/user/libpeas/use-locale.h.patch new file mode 100644 index 000000000..97b3a08c0 --- /dev/null +++ b/user/libpeas/use-locale.h.patch @@ -0,0 +1,12 @@ +diff -Nurd libpeas-1.26.0/peas-demo/peas-demo.c libpeas-1.26.0.new/peas-demo/peas-demo.c +--- libpeas-1.26.0/peas-demo/peas-demo.c 2020-03-06 21:12:16.247286600 +0000 ++++ libpeas-1.26.0.new/peas-demo/peas-demo.c 2020-04-08 07:47:04.093350285 +0000 +@@ -23,6 +23,8 @@ + #include <config.h> + #endif + ++#include <locale.h> ++ + #include <girepository.h> + #include <glib/gi18n.h> + #include <gtk/gtk.h> |