mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +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
|
#ifdef HAVE_WASMTIME
|
||||||
# include <wasm.h>
|
# include <wasm.h>
|
||||||
|
|
||||||
|
# include "nvim/os/fs.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "nvim/api/private/helpers.h"
|
#include "nvim/api/private/helpers.h"
|
||||||
|
Reference in New Issue
Block a user