mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
ci: fix lint errors caused by missing includes (#18673)
This will fix the `check-single-includes` check which started failing after https://github.com/neovim/neovim/pull/18663/.
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
#ifndef NVIM_OS_FS_H
|
#ifndef NVIM_OS_FS_H
|
||||||
#define NVIM_OS_FS_H
|
#define NVIM_OS_FS_H
|
||||||
|
|
||||||
|
#include "nvim/os/fs_defs.h" // for uv_*
|
||||||
|
#include "nvim/types.h" // for char_u
|
||||||
|
|
||||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||||
# include "os/fs.h.generated.h"
|
# include "os/fs.h.generated.h"
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user