projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f01b241
)
Add stdlib include for free(), fixing build on linux after f01b241
author
Paul Querna
<pquerna@apache.org>
Sat, 30 Jul 2011 01:28:12 +0000
(18:28 -0700)
committer
Paul Querna
<pquerna@apache.org>
Sat, 30 Jul 2011 01:28:12 +0000
(18:28 -0700)
src/process_wrap.cc
patch
|
blob
|
history
diff --git
a/src/process_wrap.cc
b/src/process_wrap.cc
index
4a8628e
..
4b0f90a
100644
(file)
--- a/
src/process_wrap.cc
+++ b/
src/process_wrap.cc
@@
-2,6
+2,7
@@
#include <handle_wrap.h>
#include <pipe_wrap.h>
#include <string.h>
+#include <stdlib.h>
#define UNWRAP \
assert(!args.Holder().IsEmpty()); \