Files
pkgsrc-ng/graphics/dcraw/patches/patch-aa
2013-09-26 17:14:40 +02:00

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