]> granicus.if.org Git - check/commitdiff
include headers to get tr_free() prototype
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 25 Jan 2014 18:18:32 +0000 (18:18 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 25 Jan 2014 18:18:32 +0000 (18:18 +0000)
to remove a warning

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1073 64e312b2-a51f-0410-8e61-82d0ca0eb02a

tests/check_check_msg.c

index 438ebea4eea95b91935587b40eaaa80f9988de9b..a2ad5c56965679c33065da2bfb7594319b5a65f4 100644 (file)
@@ -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)
 {