mirror of
https://github.com/neovim/neovim
synced 2025-07-16 17:21:49 +00: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:
@ -17,6 +17,8 @@
|
||||
|
||||
#ifdef HAVE_WASMTIME
|
||||
# include <wasm.h>
|
||||
|
||||
# include "nvim/os/fs.h"
|
||||
#endif
|
||||
|
||||
#include "nvim/api/private/helpers.h"
|
||||
|
Reference in New Issue
Block a user