projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
374d3d2
)
alloc: fix missing header in compilation of example.
author
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 3 Nov 2010 12:48:10 +0000
(23:18 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Wed, 3 Nov 2010 12:48:10 +0000
(23:18 +1030)
ccan/alloc/_info
patch
|
blob
|
history
diff --git
a/ccan/alloc/_info
b/ccan/alloc/_info
index 70c65b7ea50ca935052bbd72535094defa00cfb6..6b0fef928a67f8066c42a06c812b5beda14535dd 100644
(file)
--- a/
ccan/alloc/_info
+++ b/
ccan/alloc/_info
@@
-23,6
+23,7
@@
* #include <sys/stat.h>
* #include <fcntl.h>
* #include <string.h>
+ * #include <stdlib.h>
* #include <ccan/alloc/alloc.h>
*
* static void usage(const char *name)