summaryrefslogtreecommitdiff
path: root/shells/bash/files/patch-examples_loadables_getconf.c
blob: 48d14a055eded8d2a0c8c23c30ce6b85b4a65e5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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>