From 24b3969ef9e6422c3aa9b9cae9f02be64d31676f Mon Sep 17 00:00:00 2001 From: brarcher Date: Sat, 25 Jan 2014 18:18:31 +0000 Subject: [PATCH] include check_check.h, to avoid warnings Needed the prototypes of the make_*_suite() calls git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1072 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- tests/check_mem_leaks.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/check_mem_leaks.c b/tests/check_mem_leaks.c index f640244..590f766 100644 --- a/tests/check_mem_leaks.c +++ b/tests/check_mem_leaks.c @@ -10,6 +10,7 @@ #include #include #include "config.h" +#include "check_check.h" int main () { -- 2.50.1