Index: src/token.cc |
diff --git a/src/token.cc b/src/token.cc |
index 5dc67bb72128e8cc1b2cd12d6d4d6ada3ab2c36b..db8827102b9172fef24bdedfea38afd06290e5a1 100644 |
--- a/src/token.cc |
+++ b/src/token.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "include/v8stdint.h" |
+#include <stdint.h> |
#include "src/token.h" |
namespace v8 { |