[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 6/6] Include math.h in check/lightning.c
From: |
Kim Kuparinen |
Subject: |
[PATCH 6/6] Include math.h in check/lightning.c |
Date: |
Sat, 20 Nov 2021 13:13:27 +0200 |
Silences warning when running make check.
Signed-off-by: Kim Kuparinen <kimi.h.kuparinen@gmail.com>
---
check/lightning.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/check/lightning.c b/check/lightning.c
index cc4a5c5..4ce30d5 100644
--- a/check/lightning.c
+++ b/check/lightning.c
@@ -30,6 +30,7 @@
#include <stdarg.h>
#include <lightning.h>
#include <dlfcn.h>
+#include <math.h>
#if defined(__linux__) && (defined(__i386__) || defined(__x86_64__))
# include <fpu_control.h>
--
2.33.0
- [PATCH 0/6] Misc patches to pass the testsuite and remove warnings, Kim Kuparinen, 2021/11/20
- [PATCH 1/6] riscv: Fix movi/relatives loading incorrect value, Kim Kuparinen, 2021/11/20
- [PATCH 2/6] arm: Force RES0 bits in TST/A1 to be 0, Kim Kuparinen, 2021/11/20
- [PATCH 3/6] mips: Use DEXT when in 64-bit mode instead of EXT, Kim Kuparinen, 2021/11/20
- [PATCH 6/6] Include math.h in check/lightning.c,
Kim Kuparinen <=
- [PATCH 5/6] misc: Add bfd_arch to arm/aarch64/mips, Kim Kuparinen, 2021/11/20
- [PATCH 4/6] ppc: Add endianness check to _truncr_d_i, Kim Kuparinen, 2021/11/20
- Re: [PATCH 0/6] Misc patches to pass the testsuite and remove warnings, Kim Kuparinen, 2021/11/20