X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fcheck_includes_build.c;h=b61d0baa8b8049c4d057e749d65e742e99caa41b;hp=7e0ab945f290dfaaa83e373b3255520a4e61fc20;hb=747a69435d9f83c0968d9689c4951bc0233ffc5e;hpb=3871832e77a273981415d07734556fd5844ad393 diff --git a/tools/ccanlint/compulsory_tests/check_includes_build.c b/tools/ccanlint/compulsory_tests/check_includes_build.c index 7e0ab945..b61d0baa 100644 --- a/tools/ccanlint/compulsory_tests/check_includes_build.c +++ b/tools/ccanlint/compulsory_tests/check_includes_build.c @@ -43,7 +43,7 @@ static void *check_includes_build(struct manifest *m) } close(fd); - if (compile_object(m, tmpfile, &err)) + if (compile_object(m, tmpfile, ccan_dir, &err)) return NULL; return err; }