summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/ieeefp/except/except.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/ieeefp/except/except.c')
-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>