aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/inet.c2
-rw-r--r--src/uv-common.h2
-rw-r--r--src/win/tty.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/inet.c b/src/inet.c
index 8f9d89b0..4319e602 100644
--- a/src/inet.c
+++ b/src/inet.c
@@ -19,7 +19,7 @@
#include <string.h>
#if defined(_MSC_VER) && _MSC_VER < 1600
-# include "uv-private/stdint-msvc2008.h"
+# include "stdint-msvc2008.h"
#else
# include <stdint.h>
#endif
diff --git a/src/uv-common.h b/src/uv-common.h
index bbd3e17b..1402356e 100644
--- a/src/uv-common.h
+++ b/src/uv-common.h
@@ -31,7 +31,7 @@
#include <stddef.h>
#if defined(_MSC_VER) && _MSC_VER < 1600
-# include "uv-private/stdint-msvc2008.h"
+# include "stdint-msvc2008.h"
#else
# include <stdint.h>
#endif
diff --git a/src/win/tty.c b/src/win/tty.c
index 64934ffa..f17e9577 100644
--- a/src/win/tty.c
+++ b/src/win/tty.c
@@ -24,7 +24,7 @@
#include <string.h>
#if defined(_MSC_VER) && _MSC_VER < 1600
-# include "uv-private/stdint-msvc2008.h"
+# include "stdint-msvc2008.h"
#else
# include <stdint.h>
#endif