diff options
Diffstat (limited to 'src/nvim/garray.h')
-rw-r--r-- | src/nvim/garray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/garray.h b/src/nvim/garray.h index 2a0deacef7..694d073f94 100644 --- a/src/nvim/garray.h +++ b/src/nvim/garray.h @@ -1,7 +1,7 @@ #ifndef NEOVIM_GARRAY_H #define NEOVIM_GARRAY_H -#include "func_attr.h" +#include "nvim/func_attr.h" /// Structure used for growing arrays. /// This is used to store information that only grows, is deleted all at |