Extra header to work with freebsd

v0.7.4-release
Ryan 2009-06-09 17:47:42 +02:00
parent 44dc6735e3
commit 2641582399
1 changed files with 1 additions and 1 deletions

View File

@ -5,11 +5,11 @@
#include <string.h>
#include <strings.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <arpa/inet.h> /* inet_ntop */
#include <netinet/in.h> /* sockaddr_in, sockaddr_in6 */
using namespace v8;
using namespace node;