diff options
Diffstat (limited to 'src/wasm-link.h')
-rw-r--r-- | src/wasm-link.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm-link.h b/src/wasm-link.h index e6831726..8b7f8b2f 100644 --- a/src/wasm-link.h +++ b/src/wasm-link.h @@ -24,6 +24,7 @@ #define WABT_LINK_MODULE_NAME "__extern" namespace wabt { +namespace link { struct LinkerInputBinary; @@ -128,6 +129,7 @@ struct LinkerInputBinary { }; WABT_DEFINE_VECTOR(binary, LinkerInputBinary); +} // namespace link } // namespace wabt #endif /* WABT_LINK_H_ */ |