summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/setjmp/jmptest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/setjmp/jmptest.c')
-rw-r--r--src/regress/lib/libc/setjmp/jmptest.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/setjmp/jmptest.c b/src/regress/lib/libc/setjmp/jmptest.c
index 86b0e6ae93..9512c9ee34 100644
--- a/src/regress/lib/libc/setjmp/jmptest.c
+++ b/src/regress/lib/libc/setjmp/jmptest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: jmptest.c,v 1.6 2003/07/31 21:48:03 deraadt Exp $ */ 1/* $OpenBSD: jmptest.c,v 1.7 2003/09/02 23:52:16 david Exp $ */
2/* $NetBSD: jmptest.c,v 1.2 1995/01/01 20:55:35 jtc Exp $ */ 2/* $NetBSD: jmptest.c,v 1.2 1995/01/01 20:55:35 jtc Exp $ */
3 3
4/* 4/*
@@ -38,6 +38,7 @@
38#include <signal.h> 38#include <signal.h>
39#include <stdio.h> 39#include <stdio.h>
40#include <stdlib.h> 40#include <stdlib.h>
41#include <string.h>
41#include <unistd.h> 42#include <unistd.h>
42 43
43#if (TEST_SETJMP + TEST_U_SETJMP + TEST_SIGSETJMP) != 1 44#if (TEST_SETJMP + TEST_U_SETJMP + TEST_SIGSETJMP) != 1