summaryrefslogtreecommitdiff
path: root/graphics/dcraw/patches/patch-aa
blob: e38df3b6125bd0e6591c7df008fb23ef2bfbaa92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$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