diff options
Diffstat (limited to 'src/ex_cmds2.c')
-rw-r--r-- | src/ex_cmds2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index b23f6ad46a..f08aab0300 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c @@ -39,6 +39,7 @@ #include "term.h" #include "undo.h" #include "window.h" +#include "os/os.h" static void cmd_source(char_u *fname, exarg_T *eap); |