]> git.ozlabs.org Git - ccan/commitdiff
alloc: fix missing header in compilation of example.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 3 Nov 2010 12:48:10 +0000 (23:18 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 3 Nov 2010 12:48:10 +0000 (23:18 +1030)
ccan/alloc/_info

index 70c65b7ea50ca935052bbd72535094defa00cfb6..6b0fef928a67f8066c42a06c812b5beda14535dd 100644 (file)
@@ -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)