]> Savannah Git Hosting - gnulib.git/commitdiff
fma: Improve code style.
authorBruno Haible <bruno@clisp.org>
Sat, 2 Feb 2019 15:15:13 +0000 (16:15 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 2 Feb 2019 15:15:13 +0000 (16:15 +0100)
* lib/fma.c: Include <limits.h>, for CHAR_BIT.

ChangeLog
lib/fma.c

index 439d12ac5f9bc9559d26765726c7ca07805a9a9a..8716134a966a61d71b0eaad9e5928c42be36dbf8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-02-02  Bruno Haible  <bruno@clisp.org>
+
+       fma: Improve code style.
+       * lib/fma.c: Include <limits.h>, for CHAR_BIT.
+
 2019-02-02  Colin Watson  <cjwatson@debian.org>
 
        *-map tests: Fix compilation error.
index 094814dab640948532741f8f29dd3ece5fd6ccb0..d21a6997d8fcc183d599ebad75fbfdff1c4000a9 100644 (file)
--- a/lib/fma.c
+++ b/lib/fma.c
@@ -23,6 +23,7 @@
 /* Specification.  */
 #include <math.h>
 
+#include <limits.h>
 #include <stdbool.h>
 #include <stdlib.h>