]> git.ozlabs.org Git - ccan/blobdiff - ccan/grab_file/_info.c
Major cleanup of makefiles, api tests.
[ccan] / ccan / grab_file / _info.c
index 9a0249f1587616cd1144756023aaba0559756312..f5d22bbce55494a959adf57b5c05d71457d9469c 100644 (file)
@@ -43,6 +43,7 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
+               printf("ccan/str_talloc\n"); /* Needed for tests. */
                printf("ccan/talloc\n");
                printf("ccan/noerr\n");
                return 0;