From 75e85622493cfbd357d2d87d988dc0ab79fd8326 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 27 Jan 2020 01:10:23 -0800 Subject: refactor: move session functions to ex_session.c --- src/nvim/getchar.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/getchar.c') diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c index 81666bf5d6..419c6328ee 100644 --- a/src/nvim/getchar.c +++ b/src/nvim/getchar.c @@ -41,6 +41,7 @@ #include "nvim/option.h" #include "nvim/regexp.h" #include "nvim/screen.h" +#include "nvim/ex_session.h" #include "nvim/state.h" #include "nvim/strings.h" #include "nvim/ui.h" -- cgit