mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
path: add 'garray.h' to headers
The function prototypes use garray_T* arguments, but the header is not included in path.h. Technically we could also get away with a forward declaration since we're just using the pointer, but I don't see the urgent need for that.
This commit is contained in:
parent
e772cfcc55
commit
349f9da850
@ -3,6 +3,7 @@
|
||||
|
||||
#include "func_attr.h"
|
||||
#include "types.h"
|
||||
#include "garray.h"
|
||||
|
||||
/// Return value for the comparison of two files. Also @see path_full_compare.
|
||||
typedef enum file_comparison {
|
||||
|
Loading…
Reference in New Issue
Block a user