]> git.ozlabs.org Git - ccan/blobdiff - ccan/dgraph/_info
tal: allow notifiers on NULL.
[ccan] / ccan / dgraph / _info
index 10c829638720877a5bb5e317ed6c07232a7d4261..7c9fa285f7c40b486bda5f67f515dbcc77b69dda 100644 (file)
@@ -1,4 +1,5 @@
 #include "config.h"
+#include <stdio.h>
 #include <string.h>
 
 /**
@@ -17,6 +18,7 @@ int main(int argc, char *argv[])
        if (strcmp(argv[1], "depends") == 0) {
                printf("ccan/tlist\n");
                printf("ccan/typesafe_cb\n");
+               printf("ccan/agar\n");
                return 0;
        }