X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fblock_pool%2F_info;h=e2169765a94e3e8ee05158e401599e139ea10ebe;hp=5c8b8e6890cdd470ce08a3bc6694ecb505ef53ad;hb=0fe2d094b262f6e8bed798930e8c4716d33d5dc7;hpb=d35e583278981b5fc117cd4fc5fbef0cc961f45d diff --git a/ccan/block_pool/_info b/ccan/block_pool/_info index 5c8b8e68..e2169765 100644 --- a/ccan/block_pool/_info +++ b/ccan/block_pool/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * block_pool - An efficient allocator for blocks that don't need to be resized or freed. @@ -50,5 +50,11 @@ int main(int argc, char *argv[]) return 0; } + if (strcmp(argv[1], "ccanlint") == 0) { + /* We actually depend on the LGPL talloc */ + printf("license_depends_compat FAIL\n"); + return 0; + } + return 1; }