Browse Source

Add 'extern char **environ' so that the new ENV code compiles.

Problem appeared in dc39e82024.
v0.7.4-release
Ryan 16 years ago
parent
commit
3e4fc9f966
  1. 2
      src/node.cc

2
src/node.cc

@ -30,6 +30,8 @@
using namespace v8; using namespace v8;
using namespace node; using namespace node;
extern char **environ;
Local<Value> Local<Value>
node::Encode (const void *buf, size_t len, enum encoding encoding) node::Encode (const void *buf, size_t len, enum encoding encoding)
{ {

Loading…
Cancel
Save