[glib/gnulib.msvc.fixes: 9/9] glib/gnulib: Include gnulib_math.h in place of math.h



commit de5761db487d4d01c9fdc28e7e1542656d140285
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]