From db3b986c89a4a0642d96d0a3c04d423d1fcb25d3 Mon Sep 17 00:00:00 2001 From: brarcher Date: Wed, 19 Feb 2014 02:39:54 +0000 Subject: [PATCH] include signal.h in exit tests technically this should have been here before. However, the autotools build did not need it, so it was not caught. The CMake build requires it be in place to get the definition of the SIGSEGV signal. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1123 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- tests/check_check_exit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/check_check_exit.c b/tests/check_check_exit.c index 9bd4939..b86c7a8 100644 --- a/tests/check_check_exit.c +++ b/tests/check_check_exit.c @@ -1,6 +1,7 @@ #include "../lib/libcompat.h" #include +#include #include #include -- 2.50.1