]> git.ozlabs.org Git - ccan/blobdiff - ccan/io/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / io / _info
index 8f77e361d40cc31d3df293e0993942ad30416005..0ba46a638eabd2a348925c9b31278d7d5970b4db 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * io - simple library for asynchronous io handling.
@@ -141,6 +141,7 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
+               printf("ccan/typesafe_cb\n");
                printf("ccan/time\n");
                printf("ccan/timer\n");
                return 0;