aboutsummaryrefslogtreecommitdiff
path: root/src/ex_cmds.c
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-03-27 16:29:44 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-29 13:29:52 -0300
commitf5154d7451c09b39ea6944795c59f86aaad393e0 (patch)
tree538fe9d79c9792c2ad13d73457ec762c53ed3a10 /src/ex_cmds.c
parent86180787fa8ee414dddfd370c81742543bc5dde4 (diff)
downloadrneovim-f5154d7451c09b39ea6944795c59f86aaad393e0.tar.gz
rneovim-f5154d7451c09b39ea6944795c59f86aaad393e0.tar.bz2
rneovim-f5154d7451c09b39ea6944795c59f86aaad393e0.zip
Extract path.c from misc1.c
Diffstat (limited to 'src/ex_cmds.c')
-rw-r--r--src/ex_cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index 15429e5b7d..4dc9931e0c 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -44,6 +44,7 @@
#include "ops.h"
#include "option.h"
#include "os_unix.h"
+#include "path.h"
#include "quickfix.h"
#include "regexp.h"
#include "screen.h"