From: brarcher Date: Wed, 19 Feb 2014 02:39:54 +0000 (+0000) Subject: include signal.h in exit tests X-Git-Tag: 0.10.0~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db3b986c89a4a0642d96d0a3c04d423d1fcb25d3;p=check 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 --- 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