summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/setjmp
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/setjmp')
-rw-r--r--src/regress/lib/libc/setjmp/jmptest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/regress/lib/libc/setjmp/jmptest.c b/src/regress/lib/libc/setjmp/jmptest.c
index f2cecc9178..c306979b3d 100644
--- a/src/regress/lib/libc/setjmp/jmptest.c
+++ b/src/regress/lib/libc/setjmp/jmptest.c
@@ -32,6 +32,7 @@
32 */ 32 */
33 33
34#include <sys/types.h> 34#include <sys/types.h>
35#include <err.h>
35#include <setjmp.h> 36#include <setjmp.h>
36#include <signal.h> 37#include <signal.h>
37#include <stdio.h> 38#include <stdio.h>