mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
* Adds option for FITS support Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10471
13 lines
311 B
Text
13 lines
311 B
Text
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"
|