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