Index: src/platform.h |
diff --git a/src/platform.h b/src/platform.h |
index 4c7dc3f34b91a1673cbbf848872ffb828f091f50..d131d7d29f509e758b2b7934f1317b1bb6c2ffa6 100644 |
--- a/src/platform.h |
+++ b/src/platform.h |
@@ -23,10 +23,10 @@ |
#include <stdarg.h> |
-#include "platform/mutex.h" |
-#include "platform/semaphore.h" |
-#include "globals.h" |
-#include "vector.h" |
+#include "src/platform/mutex.h" |
+#include "src/platform/semaphore.h" |
+#include "src/globals.h" |
+#include "src/vector.h" |
#ifdef __sun |
# ifndef signbit |
@@ -37,14 +37,14 @@ int signbit(double x); |
#endif |
#if V8_OS_QNX |
-#include "qnx-math.h" |
+#include "src/qnx-math.h" |
#endif |
// Microsoft Visual C++ specific stuff. |
#if V8_LIBC_MSVCRT |
-#include "win32-headers.h" |
-#include "win32-math.h" |
+#include "src/win32-headers.h" |
+#include "src/win32-math.h" |
int strncasecmp(const char* s1, const char* s2, int n); |