summaryrefslogtreecommitdiff
path: root/src/regress
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress')
-rw-r--r--src/regress/lib/libc/ieeefp/except/except.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libc/ieeefp/except/except.c b/src/regress/lib/libc/ieeefp/except/except.c
index 8bf0c81213..22bd6809a8 100644
--- a/src/regress/lib/libc/ieeefp/except/except.c
+++ b/src/regress/lib/libc/ieeefp/except/except.c
@@ -1,5 +1,7 @@
1/* $OpenBSD: except.c,v 1.8 2004/10/10 03:06:42 mickey Exp $ */ 1/* $OpenBSD: except.c,v 1.9 2004/12/22 00:54:39 david Exp $ */
2 2
3#include <sys/types.h>
4#include <unistd.h>
3#include <stdio.h> 5#include <stdio.h>
4#include <stdlib.h> 6#include <stdlib.h>
5#include <signal.h> 7#include <signal.h>