aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.misc-tests/gcov-7.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests/gcov-7.c')
-rw-r--r--gcc/testsuite/gcc.misc-tests/gcov-7.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.misc-tests/gcov-7.c b/gcc/testsuite/gcc.misc-tests/gcov-7.c
index 700cec6f533..2e0f6e8b03c 100644
--- a/gcc/testsuite/gcc.misc-tests/gcov-7.c
+++ b/gcc/testsuite/gcc.misc-tests/gcov-7.c
@@ -6,6 +6,9 @@
#include <setjmp.h>
+extern void abort (void);
+extern void exit (int);
+
jmp_buf env;
int val;
int longjmp_taken;