]> git.ozlabs.org Git - ccan/blobdiff - ccan/lbalance/_info
tal: allow notifiers on NULL.
[ccan] / ccan / lbalance / _info
index 2121ed2b4da2f53756118fc75f1f7ec5076cec68..532da2d5ae6f9e1a9ecaa83ac02e8572bb1594ee 100644 (file)
@@ -1,5 +1,6 @@
 /* Licensed under GPLv3+ - see LICENSE file for details */
 #include "config.h"
+#include <stdio.h>
 #include <string.h>
 
 /**
@@ -84,7 +85,7 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
-               printf("ccan/tlist\n");
+               printf("ccan/tlist2\n");
                return 0;
        }