summaryrefslogtreecommitdiff
path: root/math/labplot/files/patch-src_backend_gsl_parser.y
blob: 33a3ba41605bcfa7e577c49b979a4c08a0aa4b9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
The function strtod_l is defined in xlocale.h .

--- src/backend/gsl/parser.y.orig	2017-04-02 07:47:32 UTC
+++ src/backend/gsl/parser.y
@@ -30,7 +30,7 @@
 %{
 #include <string.h>
 #include <ctype.h>
-#include <locale.h>
+#include <xlocale.h>
 #include "parser.h"
 #include "constants.h"
 #include "functions.h"