From 5cd4414fce1e0eb4133dfc6fc828bf25c8a959f9 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Sat, 21 Sep 2013 19:10:13 +0200 Subject: Include header file in implementation module. Declarations of public functions was in header files, but header files was not included in implementation file. --- src/tests/common_check.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tests/common_check.c') diff --git a/src/tests/common_check.c b/src/tests/common_check.c index 94ca40ff..d1b9d6c2 100644 --- a/src/tests/common_check.c +++ b/src/tests/common_check.c @@ -25,6 +25,7 @@ #include #include "tests/common.h" +#include "tests/common_check.h" void ck_leak_check_setup(void) { -- cgit