From: brarcher Date: Tue, 1 Oct 2013 22:21:02 +0000 (+0000) Subject: Remove warning about undeclared function ck_strdup_printf X-Git-Tag: 0.10.0~398 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd8d4ce0f1f323624b6666a3143a5cdb6c4fa9e4;p=check Remove warning about undeclared function ck_strdup_printf check_msg.c was not including check_str.h to get the prototype for ck_strdup_printf. Now fixed. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@816 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/src/check_msg.c b/src/check_msg.c index 6c75d66..e0edfd5 100644 --- a/src/check_msg.c +++ b/src/check_msg.c @@ -31,6 +31,7 @@ #include "check_impl.h" #include "check_msg.h" #include "check_pack.h" +#include "check_str.h" /* 'Pipe' is implemented as a temporary file to overcome message