Merge branch 'master' into net2
authorRyan Dahl <ry@tinyclouds.org>
Wed, 10 Feb 2010 22:05:29 +0000 (14:05 -0800)
committerRyan Dahl <ry@tinyclouds.org>
Wed, 10 Feb 2010 22:05:29 +0000 (14:05 -0800)
1  2 
src/node.cc
src/node_file.cc
wscript

diff --cc src/node.cc
@@@ -9,10 -9,9 +9,12 @@@
  #include <unistd.h>
  #include <errno.h>
  #include <dlfcn.h> /* dlopen(), dlsym() */
+ #include <sys/types.h>
+ #include <unistd.h> /* setuid, getuid */
  
 +#include <node_buffer.h>
 +#include <node_io_watcher.h>
 +#include <node_net2.h>
  #include <node_events.h>
  #include <node_dns.h>
  #include <node_net.h>
Simple merge
diff --cc wscript
Simple merge