mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
* Adds option for FITS support Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10471
13 lines
359 B
Text
13 lines
359 B
Text
The function strtod_l is defined in xlocale.h .
|
|
|
|
--- src/backend/gsl/parser_parallel.y.orig 2017-04-23 19:52:52 UTC
|
|
+++ src/backend/gsl/parser_parallel.y
|
|
@@ -34,7 +34,7 @@
|
|
#include <string.h>
|
|
#include <strings.h> /* bzero */
|
|
#include <ctype.h>
|
|
-#include <locale.h>
|
|
+#include <xlocale.h>
|
|
#include "constants.h"
|
|
#include "functions.h"
|
|
#include "parser.h"
|