diff options
Diffstat (limited to 'deps/v8/src/msan.h')
-rw-r--r-- | deps/v8/src/msan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/msan.h b/deps/v8/src/msan.h index 5282583af..4130d22a6 100644 --- a/deps/v8/src/msan.h +++ b/deps/v8/src/msan.h @@ -7,7 +7,7 @@ #ifndef V8_MSAN_H_ #define V8_MSAN_H_ -#include "globals.h" +#include "src/globals.h" #ifndef __has_feature # define __has_feature(x) 0 |