X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Ffailtest%2F_info;h=87569f919848ca4ea79a8842ae713d580a38bde1;hb=adaf79a8acb1b4d33cf1eb030659fbc5fae86f98;hp=020a8bc68f51e5bd823ab25636aa452361cf6d30;hpb=3ea7b4d695237414015f33674d6ba01009e77fd1;p=ccan diff --git a/ccan/failtest/_info b/ccan/failtest/_info index 020a8bc6..87569f91 100644 --- a/ccan/failtest/_info +++ b/ccan/failtest/_info @@ -1,6 +1,6 @@ +#include "config.h" #include #include -#include "config.h" /** * failtest - unit test helpers for testing malloc and other failures. @@ -66,6 +66,7 @@ int main(int argc, char *argv[]) if (strcmp(argv[1], "depends") == 0) { printf("ccan/build_assert\n"); printf("ccan/compiler\n"); + printf("ccan/err\n"); printf("ccan/hash\n"); printf("ccan/htable\n"); printf("ccan/read_write_all\n");