summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/ieeefp/except
diff options
context:
space:
mode:
authordavid <>2003-09-02 23:52:16 +0000
committerdavid <>2003-09-02 23:52:16 +0000
commit907b17c42a136132a2e911e8c66258755cad4391 (patch)
tree59aa3e2bdf84fde3f1b830ea95f38a1e56d35181 /src/regress/lib/libc/ieeefp/except
parent3c1d81a2d3e4c7b0be777d6f826d6f934b43ee10 (diff)
downloadopenbsd-907b17c42a136132a2e911e8c66258755cad4391.tar.gz
openbsd-907b17c42a136132a2e911e8c66258755cad4391.tar.bz2
openbsd-907b17c42a136132a2e911e8c66258755cad4391.zip
add missing includes
ok deraadt@ tedu@ dhartmei@ krw@
Diffstat (limited to 'src/regress/lib/libc/ieeefp/except')
-rw-r--r--src/regress/lib/libc/ieeefp/except/except.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/ieeefp/except/except.c b/src/regress/lib/libc/ieeefp/except/except.c
index 7ab8fc4cb2..7df9abea07 100644
--- a/src/regress/lib/libc/ieeefp/except/except.c
+++ b/src/regress/lib/libc/ieeefp/except/except.c
@@ -1,6 +1,7 @@
1/* $OpenBSD: except.c,v 1.4 2003/07/31 21:48:03 deraadt Exp $ */ 1/* $OpenBSD: except.c,v 1.5 2003/09/02 23:52:16 david Exp $ */
2 2
3#include <stdio.h> 3#include <stdio.h>
4#include <stdlib.h>
4#include <signal.h> 5#include <signal.h>
5#include <assert.h> 6#include <assert.h>
6#include <ieeefp.h> 7#include <ieeefp.h>