]> git.ozlabs.org Git - ccan/blobdiff - ccan/hashtable/_info
antithread, foreach, grab_file, hashtable, str_talloc: fix _info depends.
[ccan] / ccan / hashtable / _info
index c3c5b9855536829d56cb64713e3d6621b3e3781b..0974c1558e6f8770dbae931675fd8e9577fc638e 100644 (file)
@@ -1,4 +1,5 @@
 #include <string.h>
+#include <stdio.h>
 
 /**
  * hashtable - hash table routines
@@ -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;
        }