]> git.ozlabs.org Git - ccan/blobdiff - ccan/hashtable/_info
antithread, foreach, grab_file, hashtable, str_talloc: fix _info depends.
[ccan] / ccan / hashtable / _info
index 29476c4a800896386876b1cbb4ab725514bbb249..0974c1558e6f8770dbae931675fd8e9577fc638e 100644 (file)
@@ -1,4 +1,5 @@
 #include <string.h>
+#include <stdio.h>
 
 /**
  * hashtable - hash table routines
  *             return 0;
  *     }
  *
- * Licence: GPLv2 (or later)
+ * License: GPLv2 (or later)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 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;
        }