shells/bash: Fix build with NLS disabled

This commit is contained in:
Adam Weinberger 2022-09-30 21:45:48 -06:00
parent 3aed9fad03
commit cc83ec0f74

View 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>