summaryrefslogtreecommitdiff
path: root/graphics/dcraw/patches/patch-aa
blob: ab09df047d3a1f64b36aa2ca93eabfd13536026b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.4 2008/03/02 09:48:42 wiz Exp $

--- dcraw.c.orig	2008-02-22 16:43:39.000000000 +0100
+++ dcraw.c
@@ -50,6 +50,7 @@
 #include <lcms.h>
 #endif
 #ifdef LOCALEDIR
+#include <locale.h>
 #include <libintl.h>
 #define _(String) gettext(String)
 #else