From b1e8fb1c5a959e9847e3363b673064ce321e2557 Mon Sep 17 00:00:00 2001 From: etheisen Date: Thu, 14 Nov 1996 14:18:44 +0000 Subject: sys/types.h will serve us better than machine/endian.h. --- lib/libc/stdlib/strtod.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/libc/stdlib/strtod.c b/lib/libc/stdlib/strtod.c index c83c603d837..8d271f2c501 100644 --- a/lib/libc/stdlib/strtod.c +++ b/lib/libc/stdlib/strtod.c @@ -90,13 +90,12 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strtod.c,v 1.5 1996/11/14 00:00:59 etheisen Exp $"; +static char *rcsid = "$OpenBSD: strtod.c,v 1.6 1996/11/14 14:18:43 etheisen Exp $"; #endif /* LIBC_SCCS and not lint */ #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ defined(__mips__) || defined(__ns32k__) || defined(__alpha__) -#include -#include +#include #if BYTE_ORDER == BIG_ENDIAN #define IEEE_BIG_ENDIAN #else -- cgit v1.2.3