summaryrefslogtreecommitdiff
path: root/lib/libc/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-15 17:32:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-15 17:32:43 +0000
commit6977ec485ff4a4da087e1b9f32510dac89dc24ea (patch)
tree804ecc5aa95bb4d4d6e83f92d8fbbefe37bc5d71 /lib/libc/arch
parent66facd15e4103082c557ec4b9ded7b275533ddca (diff)
proto repairs
Diffstat (limited to 'lib/libc/arch')
-rw-r--r--lib/libc/arch/i386/gen/ldexp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/arch/i386/gen/ldexp.c b/lib/libc/arch/i386/gen/ldexp.c
index 578cba3b7ac..91aae3610cb 100644
--- a/lib/libc/arch/i386/gen/ldexp.c
+++ b/lib/libc/arch/i386/gen/ldexp.c
@@ -31,9 +31,11 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: ldexp.c,v 1.4 2003/06/02 20:18:30 millert Exp $";
+static char rcsid[] = "$OpenBSD: ldexp.c,v 1.5 2003/07/15 17:32:41 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
+#include <math.h>
+
/*
* ldexp(value, exp): return value * (2 ** exp).
*/