summaryrefslogtreecommitdiff
path: root/deps/uv/include/uv-private/uv-unix.h
diff options
context:
space:
mode:
authorFedor Indutny <fedor.indutny@gmail.com>2012-06-19 00:57:29 +0400
committerFedor Indutny <fedor.indutny@gmail.com>2012-06-19 01:03:11 +0400
commit057b80611f977789f6c1334fdf3680c105af364e (patch)
tree25a0e770c9c1d089c10b87184e5eedca92974669 /deps/uv/include/uv-private/uv-unix.h
parent30ab1f567d6dda2f1e6d48bd96a9034406b3c2b1 (diff)
downloadnode-new-057b80611f977789f6c1334fdf3680c105af364e.tar.gz
uv: upgrade to 61a6e06e
Diffstat (limited to 'deps/uv/include/uv-private/uv-unix.h')
-rw-r--r--deps/uv/include/uv-private/uv-unix.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/deps/uv/include/uv-private/uv-unix.h b/deps/uv/include/uv-private/uv-unix.h
index 62bb0aa45e..da185e29da 100644
--- a/deps/uv/include/uv-private/uv-unix.h
+++ b/deps/uv/include/uv-private/uv-unix.h
@@ -28,13 +28,17 @@
#include "eio.h"
#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <netdb.h>
-#include <pwd.h>
+
#include <termios.h>
+#include <pwd.h>
#include <semaphore.h>
#include <pthread.h>
@@ -55,6 +59,8 @@ typedef int uv_file;
typedef int uv_os_sock_t;
+typedef struct stat uv_statbuf_t;
+
#define UV_ONCE_INIT PTHREAD_ONCE_INIT
typedef pthread_once_t uv_once_t;