summaryrefslogtreecommitdiff
path: root/system/procps/add-langinfo-header.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/procps/add-langinfo-header.patch')
-rw-r--r--system/procps/add-langinfo-header.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/system/procps/add-langinfo-header.patch b/system/procps/add-langinfo-header.patch
new file mode 100644
index 000000000..8498271e8
--- /dev/null
+++ b/system/procps/add-langinfo-header.patch
@@ -0,0 +1,11 @@
+diff -ur a/proc/escape.c b/proc/escape.c
+--- a/proc/escape.c 2022-05-04 06:50:01.750000000 +0000
++++ b/proc/escape.c 2022-05-04 06:50:29.050000000 +0000
+@@ -20,6 +20,7 @@
+ #include <stdio.h>
+ #include <sys/types.h>
+ #include <string.h>
++#include <langinfo.h>
+ #include <limits.h>
+ #include "procps.h"
+ #include "escape.h"