mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
* Adds option for FITS support Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10471
13 lines
316 B
C
13 lines
316 B
C
The function strtod_l is defined in xlocale.h .
|
|
|
|
--- src/backend/gsl/parser.tab.c.orig 2017-04-23 19:52:39 UTC
|
|
+++ src/backend/gsl/parser.tab.c
|
|
@@ -67,7 +67,7 @@
|
|
|
|
#include <string.h>
|
|
#include <ctype.h>
|
|
-#include <locale.h>
|
|
+#include <xlocale.h>
|
|
#include "parser.h"
|
|
#include "constants.h"
|
|
#include "functions.h"
|