projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ccan: Correct some poor conventions in _info includes
[ccan]
/
ccan
/
avl
/
_info
diff --git
a/ccan/avl/_info
b/ccan/avl/_info
index 94b3d2eb728c2cff0b5147b0e6ed54c13465bc28..83893ddb468fffa59f24980b488472f0d946caca 100644
(file)
--- a/
ccan/avl/_info
+++ b/
ccan/avl/_info
@@
-1,5
+1,6
@@
-#include <string.h>
#include "config.h"
+#include <stdio.h>
+#include <string.h>
/**
* avl - Key-value dictionary based on AVL trees