From 8430fa87edcfe4f498cdd66d285c09806c457c38 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 2 Feb 2019 16:15:13 +0100 Subject: [PATCH] fma: Improve code style. * lib/fma.c: Include , for CHAR_BIT. --- ChangeLog | 5 +++++ lib/fma.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 439d12ac5f..8716134a96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-02-02 Bruno Haible + + fma: Improve code style. + * lib/fma.c: Include , for CHAR_BIT. + 2019-02-02 Colin Watson *-map tests: Fix compilation error. diff --git a/lib/fma.c b/lib/fma.c index 094814dab6..d21a6997d8 100644 --- a/lib/fma.c +++ b/lib/fma.c @@ -23,6 +23,7 @@ /* Specification. */ #include +#include #include #include -- 2.39.5