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
/
take
/
_info
diff --git
a/ccan/take/_info
b/ccan/take/_info
index 34b0886102c8e835cb0649a1fc378559f20db3de..a3ac53921aeeec693996c486f65620d72cf95018 100644
(file)
--- a/
ccan/take/_info
+++ b/
ccan/take/_info
@@
-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.