]> git.ozlabs.org Git - ccan/blobdiff - tools/depends.c
tools: fix dependencies.
[ccan] / tools / depends.c
index 441c2c47b79408bca0b4d290ad78d94ec124e0f0..3dcd9d38e2c8cae54dc37867422cd6bc8b108cc4 100644 (file)
@@ -4,11 +4,11 @@
 #include <ccan/str_talloc/str_talloc.h>
 #include <ccan/read_write_all/read_write_all.h>
 #include <ccan/compiler/compiler.h>
+#include <ccan/err/err.h>
 #include "tools.h"
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-#include <err.h>
 #include <stdbool.h>
 #include <unistd.h>
 #include <errno.h>