]> git.ozlabs.org Git - ccan/blobdiff - ccan/avl/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / avl / _info
index 94b3d2eb728c2cff0b5147b0e6ed54c13465bc28..83893ddb468fffa59f24980b488472f0d946caca 100644 (file)
@@ -1,5 +1,6 @@
-#include <string.h>
 #include "config.h"
+#include <stdio.h>
+#include <string.h>
 
 /**
  * avl - Key-value dictionary based on AVL trees