From 5501a5a641e388855915f491130df7703bcbf107 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Fri, 29 Jul 2011 18:28:12 -0700 Subject: [PATCH] Add stdlib include for free(), fixing build on linux after f01b241 --- src/process_wrap.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/process_wrap.cc b/src/process_wrap.cc index 4a8628e..4b0f90a 100644 --- a/src/process_wrap.cc +++ b/src/process_wrap.cc @@ -2,6 +2,7 @@ #include #include #include +#include #define UNWRAP \ assert(!args.Holder().IsEmpty()); \ -- 2.7.4