]> git.ozlabs.org Git - ccan/blobdiff - ccan/tal/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / tal / _info
index 853c69851ad5b9d7af8cdf3fd91d77304fc40248..890cb2e767a638b346f90e8f5b6be76bd6db3b2c 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * tal - compact tree allocator routines (inspired by talloc)
@@ -94,6 +94,7 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
+               printf("ccan/alignof\n");
                printf("ccan/compiler\n");
                printf("ccan/likely\n");
                printf("ccan/list\n");