]> git.ozlabs.org Git - ccan/blobdiff - tools/grab_file.c
Fix talloc external alloc parent pointer.
[ccan] / tools / grab_file.c
index 283a82b8c4cfff26a8038144f761195cd68b85df..8bd18f22553949a14d1fddfabd177018e412d172 100644 (file)
@@ -1,11 +1,11 @@
 #include "tools.h"
 #include "talloc/talloc.h"
 #include "tools.h"
 #include "talloc/talloc.h"
+#include "string/string.h"
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <errno.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <errno.h>
-#include <string.h>
 
 static int close_no_errno(int fd)
 {
 
 static int close_no_errno(int fd)
 {