From f5154d7451c09b39ea6944795c59f86aaad393e0 Mon Sep 17 00:00:00 2001 From: John Schmidt Date: Thu, 27 Mar 2014 16:29:44 +0100 Subject: Extract path.c from misc1.c --- src/mark.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mark.c') diff --git a/src/mark.c b/src/mark.c index 5e23e07857..72d290f802 100644 --- a/src/mark.c +++ b/src/mark.c @@ -29,6 +29,7 @@ #include "misc2.h" #include "normal.h" #include "option.h" +#include "path.h" #include "quickfix.h" #include "search.h" #include "term.h" -- cgit