aboutsummaryrefslogtreecommitdiff
path: root/src/diff.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/diff.c
parent86180787fa8ee414dddfd370c81742543bc5dde4 (diff)
downloadrneovim-f5154d7451c09b39ea6944795c59f86aaad393e0.tar.gz
rneovim-f5154d7451c09b39ea6944795c59f86aaad393e0.tar.bz2
rneovim-f5154d7451c09b39ea6944795c59f86aaad393e0.zip
Extract path.c from misc1.c
Diffstat (limited to 'src/diff.c')
-rw-r--r--src/diff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/diff.c b/src/diff.c
index 35b8e2e346..6786a964ff 100644
--- a/src/diff.c
+++ b/src/diff.c
@@ -20,6 +20,7 @@
#include "move.h"
#include "normal.h"
#include "option.h"
+#include "path.h"
#include "screen.h"
#include "undo.h"
#include "window.h"