X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fhash%2F_info;h=399edbe896e2692ed47bb200a0425e81e02f4f39;hp=80f52f15e0b76378c7a48246d193da401634383e;hb=7449ae0ff0ef5c96b7a76010986e00ebb28b2a65;hpb=faace1758e31f87ee2032cc04c6bb41e3cf8f12e diff --git a/ccan/hash/_info b/ccan/hash/_info index 80f52f15..399edbe8 100644 --- a/ccan/hash/_info +++ b/ccan/hash/_info @@ -1,4 +1,5 @@ #include +#include /** * hash - routines for hashing bytes @@ -22,6 +23,7 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/build_assert\n"); return 0; }