Commit e0faeb52 authored by Rusty Russell's avatar Rusty Russell

alloc: fix missing header in compilation of example.

parent 374d3d2e
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment