shells/bash: Fix build with NLS disabled
This commit is contained in:
parent
3aed9fad03
commit
cc83ec0f74
1 changed files with 11 additions and 0 deletions
11
shells/bash/files/patch-examples_loadables_getconf.c
Normal file
11
shells/bash/files/patch-examples_loadables_getconf.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- examples/loadables/getconf.c.orig 2022-10-01 03:42:16 UTC
|
||||
+++ examples/loadables/getconf.c
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <error.h>
|
||||
-#include <libintl.h>
|
||||
+#include <gettext.h>
|
||||
#include <locale.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
Loading…
Reference in a new issue