diff options
Diffstat (limited to 'src/nvim/os/uv_helpers.c')
-rw-r--r-- | src/nvim/os/uv_helpers.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/nvim/os/uv_helpers.c b/src/nvim/os/uv_helpers.c index fa81fcdcc6..a3c9dd5fbf 100644 --- a/src/nvim/os/uv_helpers.c +++ b/src/nvim/os/uv_helpers.c @@ -13,7 +13,10 @@ typedef struct { Job *job; } HandleData; -static HandleData *init(uv_handle_t *handle); + +#ifdef INCLUDE_GENERATED_DECLARATIONS +# include "os/uv_helpers.c.generated.h" +#endif /// Gets the RStream instance associated with a libuv handle /// |