From: Issam E. Maghni Date: Fri, 23 Apr 2021 20:53:39 +0000 (-0400) Subject: escape.c: Fix missing nl_langinfo on certain configs X-Git-Tag: v4.0.3_rc1~33^2~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2763b9880a7aab569694d6ee3170dd7341a26b84;p=procps-ng escape.c: Fix missing nl_langinfo on certain configs --- diff --git a/proc/escape.c b/proc/escape.c index 2e8fb7dd..cf4a80de 100644 --- a/proc/escape.c +++ b/proc/escape.c @@ -24,13 +24,13 @@ #include "procps.h" #include "escape.h" #include "readproc.h" +#include "nls.h" #if (__GNU_LIBRARY__ >= 6) && (!defined(__UCLIBC__) || defined(__UCLIBC_HAS_WCHAR__)) # include # include # include /* MB_CUR_MAX */ # include -# include #endif #define SECURE_ESCAPE_ARGS(dst, bytes, cells) do { \