aboutsummaryrefslogtreecommitdiff
path: root/src/buffer.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/buffer.c
parent86180787fa8ee414dddfd370c81742543bc5dde4 (diff)
downloadrneovim-f5154d7451c09b39ea6944795c59f86aaad393e0.tar.gz
rneovim-f5154d7451c09b39ea6944795c59f86aaad393e0.tar.bz2
rneovim-f5154d7451c09b39ea6944795c59f86aaad393e0.zip
Extract path.c from misc1.c
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index d3c26956b3..90f965f42d 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -55,6 +55,7 @@
#include "move.h"
#include "option.h"
#include "os_unix.h"
+#include "path.h"
#include "quickfix.h"
#include "regexp.h"
#include "screen.h"