summaryrefslogtreecommitdiff
path: root/graphics/dcraw/patches/patch-aa
blob: aa6983eeba3354d7a2fa954963d020110e9a08ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.6 2014/01/27 20:25:18 wiz Exp $

--- dcraw.c.orig	2014-01-27 00:00:04.000000000 +0000
+++ dcraw.c
@@ -83,6 +83,7 @@ typedef unsigned long long UINT64;
 #include <lcms2.h>		/* Support color profiles */
 #endif
 #ifdef LOCALEDIR
+#include <locale.h>
 #include <libintl.h>
 #define _(String) gettext(String)
 #else