blob: 1b302679902ec2d6cf1fe8adbb34858c6bddbf3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-src_report.c,v 1.2 2016/03/07 23:40:47 dsainty Exp $
--- src/report.c.orig 2014-03-10 23:09:51.000000000 -0400
+++ src/report.c 2016-01-22 10:05:47.000000000 -0500
@@ -32,4 +32,7 @@
#endif
+#ifdef HAVE_LOCALE_H
+#include <locale.h> /* setlocale() and LC_ALL */
+#endif
#include <math.h>
|