]> granicus.if.org Git - graphviz/commitdiff
merged https://gitlab.com/graphviz/graphviz/merge_requests/1319 2.42.2 stable_release_2.42.2
authorStephen C North <scnorth@gmail.com>
Thu, 12 Sep 2019 02:11:30 +0000 (22:11 -0400)
committerStephen C North <scnorth@gmail.com>
Thu, 12 Sep 2019 02:11:30 +0000 (22:11 -0400)
lib/sfio/sfdlen.c
lib/sfio/sfgetd.c
lib/sfio/sfputd.c

index 2b4f8b0a3283b4c366c743b122860704b87dfcd2..3b2c750660cd1bacdadfb346e4cca7139c55adae 100644 (file)
@@ -13,6 +13,8 @@
 
 #include       "sfhdr.h"
 
+#include <math.h>
+
 /*     Return the length of a double value if coded in a portable format
 **
 **     Written by Kiem-Phong Vo
index 535b2cb9ad00888cbd90b505a108552232a14400..607681e600fbbe1d28caf8baf301f44ba8442617 100644 (file)
@@ -13,6 +13,8 @@
 
 #include       "sfhdr.h"
 
+#include <math.h>
+
 /*     Read a portably coded double value
 **
 **     Written by Kiem-Phong Vo
index 64ab9eaf33a8ceb28ead4a479a1c4da6e27bb27c..a2dbd225c7de9f73fb5982d03695b778191440f6 100644 (file)
@@ -14,6 +14,7 @@
 #include       "sfhdr.h"
 
 #include <float.h>
+#include <math.h>
 
 /*     Write out a floating point value in a portable format
 **