From c067e5580b26410eb3130f716f55c4e4d0831d51 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Mon, 24 Feb 2014 22:17:46 -0300 Subject: Create new OS module This module will contain all functions that perform OS calls such as IO, filesystem access, etc. --- src/ex_docmd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ex_docmd.c') diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 942a0f28c5..0a31ccc108 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -12,6 +12,7 @@ */ #include "vim.h" +#include "os/os.h" static int quitmore = 0; static int ex_pressedreturn = FALSE; -- cgit