diff options
Diffstat (limited to 'src/memfile.h')
-rw-r--r-- | src/memfile.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/memfile.h b/src/memfile.h index 25ecacdfb5..264c08558f 100644 --- a/src/memfile.h +++ b/src/memfile.h @@ -1,5 +1,9 @@ #ifndef NEOVIM_MEMFILE_H #define NEOVIM_MEMFILE_H + +#include "buffer_defs.h" +#include "memfile_defs.h" + /* memfile.c */ memfile_T *mf_open(char_u *fname, int flags); int mf_open_file(memfile_T *mfp, char_u *fname); |