Index: test/fuzzer/wasm-section-fuzzers.h |
diff --git a/test/fuzzer/wasm-section-fuzzers.h b/test/fuzzer/wasm-section-fuzzers.h |
index a28ada134ee0a3e707bccda6cfafd238c6c650fe..41ff6af687047a86b557104023fdba41102c875e 100644 |
--- a/test/fuzzer/wasm-section-fuzzers.h |
+++ b/test/fuzzer/wasm-section-fuzzers.h |
@@ -8,7 +8,7 @@ |
#include <stddef.h> |
#include <stdint.h> |
-#include "src/wasm/wasm-module.h" |
+#include "src/wasm/module-decoder.h" |
int fuzz_wasm_section(v8::internal::wasm::WasmSectionCode section, |
const uint8_t* data, size_t size); |