X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/2a435b690e0fd07468fc27a652faa25c025baa43..d8608b14ec6c97f0228a63bea6b4044821f4ee61:/packages/libandroid-support/langinfo.h.patch diff --git a/packages/libandroid-support/langinfo.h.patch b/packages/libandroid-support/langinfo.h.patch index 415d3ffe..91b60f71 100644 --- a/packages/libandroid-support/langinfo.h.patch +++ b/packages/libandroid-support/langinfo.h.patch @@ -1,13 +1,16 @@ Include from langinfo.h so that locale_t gets defined. +Include from langinfo.h so that LC_ALL gets defined. + diff -u -r /home/fornwall/lib/android-ndk/sources/android/support/include/langinfo.h ./include/langinfo.h --- /home/fornwall/lib/android-ndk/sources/android/support/include/langinfo.h 2016-03-03 16:54:04.000000000 -0500 +++ ./include/langinfo.h 2016-03-12 17:23:01.187197445 -0500 -@@ -31,6 +31,7 @@ +@@ -31,6 +31,8 @@ // __LP64__ #include +#include ++#include #define _NL_ITEM(category,index) (((category) << 10) | (index))