From 4d264a2323d4c2daf0371d3f715711ef36c165ec Mon Sep 17 00:00:00 2001 From: YZBruh Date: Sat, 14 Dec 2024 19:27:52 +0300 Subject: [PATCH] pmt: add missing symbol to libcharset --- jni/parted/libcharset/lib/localcharset.c | 1 + 1 file changed, 1 insertion(+) diff --git a/jni/parted/libcharset/lib/localcharset.c b/jni/parted/libcharset/lib/localcharset.c index dbcd384..945d266 100755 --- a/jni/parted/libcharset/lib/localcharset.c +++ b/jni/parted/libcharset/lib/localcharset.c @@ -72,6 +72,7 @@ # include #endif +char* nl_langinfo (nl_item item); #if HAVE_LANGINFO_CODESET || defined WINDOWS_NATIVE || defined OS2