mirror of https://github.com/nodejs/node.git
Add stdlib include for free(), fixing build on linux after f01b241
parent
f01b241057
commit
5501a5a641
|
@ -2,6 +2,7 @@
|
|||
#include <handle_wrap.h>
|
||||
#include <pipe_wrap.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define UNWRAP \
|
||||
assert(!args.Holder().IsEmpty()); \
|
||||
|
|
Loading…
Reference in New Issue