13 lines
301 B
Plaintext
13 lines
301 B
Plaintext
$NetBSD: patch-aa,v 1.5 2012/08/11 09:45:11 obache Exp $
|
|
|
|
--- dcraw.c.orig 2012-07-05 04:40:56.000000000 +0000
|
|
+++ dcraw.c
|
|
@@ -57,6 +57,7 @@
|
|
#include <lcms.h> /* Support color profiles */
|
|
#endif
|
|
#ifdef LOCALEDIR
|
|
+#include <locale.h>
|
|
#include <libintl.h>
|
|
#define _(String) gettext(String)
|
|
#else
|