diff options
Diffstat (limited to 'cad/pcb/patches/patch-src_report.c')
-rw-r--r-- | cad/pcb/patches/patch-src_report.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cad/pcb/patches/patch-src_report.c b/cad/pcb/patches/patch-src_report.c deleted file mode 100644 index 1b302679902..00000000000 --- a/cad/pcb/patches/patch-src_report.c +++ /dev/null @@ -1,12 +0,0 @@ -$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> - |