diff options
| -rw-r--r-- | tests/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/common.h b/tests/common.h index 9567653..ffe113a 100644 --- a/tests/common.h +++ b/tests/common.h | |||
| @@ -23,6 +23,10 @@ | |||
| 23 | #include <signal.h> | 23 | #include <signal.h> |
| 24 | #include <stdio.h> | 24 | #include <stdio.h> |
| 25 | 25 | ||
| 26 | #ifndef _FORTIFY_HEADERS_H | ||
| 27 | #error Never included fortify-headers.h | ||
| 28 | #endif | ||
| 29 | |||
| 26 | volatile int chk_fail_ok; | 30 | volatile int chk_fail_ok; |
| 27 | volatile int ret; | 31 | volatile int ret; |
| 28 | jmp_buf chk_fail_buf; | 32 | jmp_buf chk_fail_buf; |
