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
/
ttxml
/
_info
diff --git
a/ccan/ttxml/_info
b/ccan/ttxml/_info
index 3ec45207bff73e09531ab160284e18bc9d7dcbe6..266a73404a152b0c008d87d6f9a107f8b3fb735f 100644
(file)
--- a/
ccan/ttxml/_info
+++ b/
ccan/ttxml/_info
@@
-1,5
+1,6
@@
-#include <string.h>
#include "config.h"
+#include <stdio.h>
+#include <string.h>
/**
* ttxml - tiny XML library for parsing (trusted!) XML documents.