Browse Source

Fix header files for node_buffer.cc

v0.7.4-release
Bert Belder 14 years ago
parent
commit
6d1af51de6
  1. 4
      src/node_buffer.cc

4
src/node_buffer.cc

@ -6,7 +6,11 @@
#include <string.h> // memcpy
#ifdef __MINGW32__
# include <winsock2.h> // htons, htonl
#else // __POSIX__
# include <arpa/inet.h> // htons, htonl
#endif
#include <node.h>

Loading…
Cancel
Save