summaryrefslogtreecommitdiff
path: root/lib/libc/arch/i386/gen/isnan.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/arch/i386/gen/isnan.c')
-rw-r--r--lib/libc/arch/i386/gen/isnan.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/arch/i386/gen/isnan.c b/lib/libc/arch/i386/gen/isnan.c
index 932bdb20149..07c73c8edd4 100644
--- a/lib/libc/arch/i386/gen/isnan.c
+++ b/lib/libc/arch/i386/gen/isnan.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: isnan.c,v 1.2 2003/06/02 20:18:30 millert Exp $ */
+/* $OpenBSD: isnan.c,v 1.3 2003/06/25 21:15:04 deraadt Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -34,11 +34,12 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: isnan.c,v 1.2 2003/06/02 20:18:30 millert Exp $";
+static char rcsid[] = "$OpenBSD: isnan.c,v 1.3 2003/06/25 21:15:04 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <machine/ieee.h>
+#include <math.h>
int
isnan(d)