From: brarcher Date: Sat, 25 Jan 2014 18:18:32 +0000 (+0000) Subject: include headers to get tr_free() prototype X-Git-Tag: 0.10.0~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d716e869ebf6eeb945c6c48f14028639d3287428;p=check include headers to get tr_free() prototype to remove a warning git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1073 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/tests/check_check_msg.c b/tests/check_check_msg.c index 438ebea..a2ad5c5 100644 --- a/tests/check_check_msg.c +++ b/tests/check_check_msg.c @@ -7,6 +7,8 @@ #include "check.h" #include "check_msg.h" #include "check_check.h" +#include "check_list.h" +#include "check_impl.h" START_TEST(test_send) {