mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
11 lines
281 B
C
11 lines
281 B
C
--- 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>
|