Add stdlib include for free(), fixing build on linux after f01b241
authorPaul Querna <pquerna@apache.org>
Sat, 30 Jul 2011 01:28:12 +0000 (18:28 -0700)
committerPaul Querna <pquerna@apache.org>
Sat, 30 Jul 2011 01:28:12 +0000 (18:28 -0700)
src/process_wrap.cc

index 4a8628e..4b0f90a 100644 (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()); \