X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fhashtable%2F_info;h=0974c1558e6f8770dbae931675fd8e9577fc638e;hb=0473813acdfad62221ec9f2b9b41bc10d1f4586d;hp=4bc4cc4d31718c0833daa28cc239af954da6ecf3;hpb=581af9029888f99c663ea4554e23961a1933aca2;p=ccan diff --git a/ccan/hashtable/_info b/ccan/hashtable/_info index 4bc4cc4d..0974c155 100644 --- a/ccan/hashtable/_info +++ b/ccan/hashtable/_info @@ -1,4 +1,5 @@ #include +#include /** * hashtable - hash table routines @@ -101,7 +102,8 @@ * return 0; * } * - * Licence: GPLv2 (or later) + * License: GPLv2 (or later) + * Author: Rusty Russell */ int main(int argc, char *argv[]) { @@ -109,6 +111,7 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/typesafe_cb\n"); return 0; }