mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix: fix broken wasmtime build
Regression from 2a7d0ed614
, which removed
header that is only needed if wasmtime support is enabled. Prevent this
from happening again by wrapping the include in a `HAVE_WASMTIME` check.
This commit is contained in:
parent
2a7d0ed614
commit
25abcd243e
@ -17,6 +17,8 @@
|
||||
|
||||
#ifdef HAVE_WASMTIME
|
||||
# include <wasm.h>
|
||||
|
||||
# include "nvim/os/fs.h"
|
||||
#endif
|
||||
|
||||
#include "nvim/api/private/helpers.h"
|
||||
|
Loading…
Reference in New Issue
Block a user