summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/setjmp/jmptest.c
diff options
context:
space:
mode:
authormillert <>1996-12-21 22:23:43 +0000
committermillert <>1996-12-21 22:23:43 +0000
commit03d7d5f0c4f026dfd9de6d005038c306183effbe (patch)
tree543d36ab2fffd4e2f8781fb534da4036513805b6 /src/regress/lib/libc/setjmp/jmptest.c
parentacafe265c0ab29fe27cd3f97d076bb175724009a (diff)
downloadopenbsd-03d7d5f0c4f026dfd9de6d005038c306183effbe.tar.gz
openbsd-03d7d5f0c4f026dfd9de6d005038c306183effbe.tar.bz2
openbsd-03d7d5f0c4f026dfd9de6d005038c306183effbe.zip
-Wall madness.
Diffstat (limited to 'src/regress/lib/libc/setjmp/jmptest.c')
-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>