From cd8d4ce0f1f323624b6666a3143a5cdb6c4fa9e4 Mon Sep 17 00:00:00 2001 From: brarcher Date: Tue, 1 Oct 2013 22:21:02 +0000 Subject: [PATCH] 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 --- src/check_msg.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0