]> git.ozlabs.org Git - ccan/blobdiff - ccan/take/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / take / _info
index 34b0886102c8e835cb0649a1fc378559f20db3de..a3ac53921aeeec693996c486f65620d72cf95018 100644 (file)
@@ -1,5 +1,6 @@
-#include <string.h>
 #include "config.h"
+#include <stdio.h>
+#include <string.h>
 
 /**
  * take - routines to mark pointers to be consumed by called functions.