]> granicus.if.org Git - check/commitdiff
include check_check.h, to avoid warnings
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 25 Jan 2014 18:18:31 +0000 (18:18 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sat, 25 Jan 2014 18:18:31 +0000 (18:18 +0000)
Needed the prototypes of the make_*_suite() calls

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

tests/check_mem_leaks.c

index f640244813196674dde398a9cee9946fe46026c5..590f766ea7f945b8bcfe1160008cad0b0b696b73 100644 (file)
@@ -10,6 +10,7 @@
 #include <string.h>
 #include <check.h>
 #include "config.h"
+#include "check_check.h"
 
 int main ()
 {