diff options
| author | christos <christos@NetBSD.org> | 2008-09-28 18:54:30 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2008-09-28 18:54:30 +0000 |
| commit | 910c3de51dcfc755fd110f3a12bcda3dafb08fec (patch) | |
| tree | 1601c6b3d5fd4a439165598cf5fc489ceb7e2f41 /lib/libc | |
| parent | 2837506868cf680fc68ffad68feccfe0043dacd0 (diff) | |
this needs finite and scalbn
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/compat/gen/compat_ldexp_ieee754.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/compat/gen/compat_ldexp_ieee754.c b/lib/libc/compat/gen/compat_ldexp_ieee754.c index 87d2d677388..fd86415ff5d 100644 --- a/lib/libc/compat/gen/compat_ldexp_ieee754.c +++ b/lib/libc/compat/gen/compat_ldexp_ieee754.c @@ -1,4 +1,4 @@ -/* $NetBSD: compat_ldexp_ieee754.c,v 1.3 2008/09/28 15:19:09 christos Exp $ */ +/* $NetBSD: compat_ldexp_ieee754.c,v 1.4 2008/09/28 18:54:30 christos Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -30,11 +30,13 @@ */ #ifdef USE_LIBM +#include "s_finite.c" +#include "s_scalbn.c" #include "s_ldexp.c" #else #include <sys/cdefs.h> #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: compat_ldexp_ieee754.c,v 1.3 2008/09/28 15:19:09 christos Exp $"); +__RCSID("$NetBSD: compat_ldexp_ieee754.c,v 1.4 2008/09/28 18:54:30 christos Exp $"); #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> |
