[glib/gnulib.msvc.fixes] glib/gnulib: Include gnulib_math.h in place of math.h
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/gnulib.msvc.fixes] glib/gnulib: Include gnulib_math.h in place of math.h
- Date: Thu, 28 Mar 2019 17:09:37 +0000 (UTC)
commit a5a722ad2ba03fec471b2630556fc4b3fca9c946
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Fri Mar 29 01:07:20 2019 +0800
glib/gnulib: Include gnulib_math.h in place of math.h
For the new gnulib modules that were added, include gnulib_math.h in
place of math.h, so that the replacement functions can be properly
referenced.
glib/gnulib/signbitd.c | 2 +-
glib/gnulib/signbitf.c | 2 +-
glib/gnulib/signbitl.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glib/gnulib/signbitd.c b/glib/gnulib/signbitd.c
index 9eb7d3a80..5e7fe3bd7 100644
--- a/glib/gnulib/signbitd.c
+++ b/glib/gnulib/signbitd.c
@@ -17,7 +17,7 @@
#include <config.h>
/* Specification. */
-#include <math.h>
+#include <gnulib_math.h>
#include <string.h>
#include "isnand-nolibm.h"
diff --git a/glib/gnulib/signbitf.c b/glib/gnulib/signbitf.c
index 86595e5ac..9bf6084d0 100644
--- a/glib/gnulib/signbitf.c
+++ b/glib/gnulib/signbitf.c
@@ -17,7 +17,7 @@
#include <config.h>
/* Specification. */
-#include <math.h>
+#include <gnulib_math.h>
#include <string.h>
#include "isnanf-nolibm.h"
diff --git a/glib/gnulib/signbitl.c b/glib/gnulib/signbitl.c
index 79f4992a8..e7d533499 100644
--- a/glib/gnulib/signbitl.c
+++ b/glib/gnulib/signbitl.c
@@ -17,7 +17,7 @@
#include <config.h>
/* Specification. */
-#include <math.h>
+#include <gnulib_math.h>
#include <string.h>
#include "isnanl-nolibm.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]