[glib/gnulib.msvc.fixes: 19/19] 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: 19/19] glib/gnulib: Include gnulib_math.h in place of math.h
- Date: Mon, 8 Apr 2019 04:01:22 +0000 (UTC)
commit a0291aba320b8a5c4ce27480cbcae25646840b0c
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 7b20f9b2c..dfc1c9092 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 57e6ef4c7..573d6d975 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 b1714aadc..11b3e66c9 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]