Skip to content

Commit

Permalink
shells/bash: Fix build with NLS disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
assistcontrol committed Oct 1, 2022
1 parent 3aed9fa commit cc83ec0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions shells/bash/files/patch-examples_loadables_getconf.c
@@ -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>

0 comments on commit cc83ec0

Please sign in to comment.