mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
12 lines
334 B
Plaintext
12 lines
334 B
Plaintext
--- lib/ap-utils.h.orig Fri Jun 25 18:20:22 2010
|
|
+++ lib/ap-utils.h Fri Jun 25 18:20:57 2010
|
|
@@ -48,7 +48,7 @@ typedef unsigned int uint32_t;
|
|
#ifdef HAVE_GETTEXT
|
|
/* GNU gettext stuff*/
|
|
#include <locale.h>
|
|
-#include <libgnuintl.h>
|
|
+#include <intl/libgnuintl.h>
|
|
#define _(String) gettext (String)
|
|
#else
|
|
#define _(String) (String)
|