Add stdlib include for free(), fixing build on linux after f01b241

pull/5370/head
Paul Querna 2011-07-29 18:28:12 -07:00
parent f01b241057
commit 5501a5a641
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <handle_wrap.h>
#include <pipe_wrap.h>
#include <string.h>
#include <stdlib.h>
#define UNWRAP \
assert(!args.Holder().IsEmpty()); \