From 8b42d1856dc3620ef45ba3906b81304f275174a0 Mon Sep 17 00:00:00 2001 From: etheisen Date: Thu, 14 Nov 1996 00:00:59 +0000 Subject: Include for now. --- lib/libc/stdlib/strtod.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/stdlib') diff --git a/lib/libc/stdlib/strtod.c b/lib/libc/stdlib/strtod.c index 2fb5caed103..c83c603d837 100644 --- a/lib/libc/stdlib/strtod.c +++ b/lib/libc/stdlib/strtod.c @@ -90,11 +90,12 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strtod.c,v 1.4 1996/08/19 08:33:50 tholo Exp $"; +static char *rcsid = "$OpenBSD: strtod.c,v 1.5 1996/11/14 00:00:59 etheisen Exp $"; #endif /* LIBC_SCCS and not lint */ #if defined(__m68k__) || defined(__sparc__) || defined(__i386__) || \ defined(__mips__) || defined(__ns32k__) || defined(__alpha__) +#include #include #if BYTE_ORDER == BIG_ENDIAN #define IEEE_BIG_ENDIAN -- cgit v1.2.3-59-g8ed1b