]> git.ozlabs.org Git - ccan/blobdiff - ccan/failtest/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / failtest / _info
index 020a8bc68f51e5bd823ab25636aa452361cf6d30..87569f919848ca4ea79a8842ae713d580a38bde1 100644 (file)
@@ -1,6 +1,6 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
-#include "config.h"
 
 /**
  * failtest - unit test helpers for testing malloc and other failures.
@@ -66,6 +66,7 @@ int main(int argc, char *argv[])
        if (strcmp(argv[1], "depends") == 0) {
                printf("ccan/build_assert\n");
                printf("ccan/compiler\n");
+               printf("ccan/err\n");
                printf("ccan/hash\n");
                printf("ccan/htable\n");
                printf("ccan/read_write_all\n");