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/misc2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/misc2.c') diff --git a/src/misc2.c b/src/misc2.c index 84db6bd433..6942c2fe02 100644 --- a/src/misc2.c +++ b/src/misc2.c @@ -37,6 +37,7 @@ #include "option.h" #include "ops.h" #include "os_unix.h" +#include "path.h" #include "quickfix.h" #include "regexp.h" #include "screen.h" -- cgit