Browse Source

alloc: fix missing header in compilation of example.

Rusty Russell 15 years ago
parent
commit
e0faeb5267
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ccan/alloc/_info

+ 1 - 0
ccan/alloc/_info

@@ -23,6 +23,7 @@
  *	#include <sys/stat.h>
  *	#include <sys/stat.h>
  *	#include <fcntl.h>
  *	#include <fcntl.h>
  *	#include <string.h>
  *	#include <string.h>
+ *	#include <stdlib.h>
  *	#include <ccan/alloc/alloc.h>
  *	#include <ccan/alloc/alloc.h>
  *
  *
  *	static void usage(const char *name)
  *	static void usage(const char *name)