File:  [cvs.NetBSD.org] / pkgsrc / graphics / geeqie / patches / Attic / patch-src_misc.cc
Revision 1.5: download - view: text, annotated - select for diffs
Sun Mar 17 15:22:11 2024 UTC (7 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, HEAD
geeqie: add upstream bug report URLs

$NetBSD: patch-src_misc.cc,v 1.5 2024/03/17 15:22:11 wiz Exp $

Add header for setlocale().
https://github.com/BestImageViewer/geeqie/pull/1294

--- src/misc.cc.orig	2024-03-06 15:56:22.000000000 +0000
+++ src/misc.cc
@@ -29,6 +29,7 @@
 #include <memory>
 
 #include <langinfo.h>
+#include <locale.h>
 #include <pwd.h>
 
 #include <config.h>

CVSweb <webmaster@jp.NetBSD.org>