From e0b6a06c8fd8d1b2022e0175cfdcf99246b1e68f Mon Sep 17 00:00:00 2001 From: Ron Date: Sat, 27 Jun 2009 04:44:22 +0930 Subject: Add a few missing includes elf.h needs __BYTE_ORDER, and s_scalbn.c needs {LONG,INT}_MAX. shm.c complains about no prototypes for shm_{open,unlink} without its header. Signed-off-by: Ron Lee Signed-off-by: Mike Frysinger --- libm/s_scalbn.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libm') diff --git a/libm/s_scalbn.c b/libm/s_scalbn.c index c534467f8..47983b014 100644 --- a/libm/s_scalbn.c +++ b/libm/s_scalbn.c @@ -18,6 +18,7 @@ #include "math.h" #include "math_private.h" +#include static const double two54 = 1.80143985094819840000e+16, /* 0x43500000, 0x00000000 */ -- cgit v1.2.3