diff options
Diffstat (limited to 'src/memfile.c')
-rw-r--r-- | src/memfile.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/memfile.c b/src/memfile.c index f4a49b1cef..d3b8bed6cc 100644 --- a/src/memfile.c +++ b/src/memfile.c @@ -33,6 +33,14 @@ */ #include "vim.h" +#include "memfile.h" +#include "fileio.h" +#include "memline.h" +#include "message.h" +#include "misc1.h" +#include "misc2.h" +#include "os_unix.h" +#include "ui.h" /* * Some systems have the page size in statfs.f_bsize, some in stat.st_blksize |