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>