Files
pkgsrc-ng/cad/pcb/patches/patch-src_report.c
2016-11-18 22:39:22 +01:00

13 lines
310 B
C

$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>