From 2ec0e0a868ba20373ef4cd2d2540db7e829ddc56 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Thu, 9 Dec 2021 21:00:04 +0100 Subject: refactor(misc1): move line_breakcheck family of functions to os/input.c --- src/nvim/undo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/undo.c') diff --git a/src/nvim/undo.c b/src/nvim/undo.c index 8161fce9f4..5274fb98c7 100644 --- a/src/nvim/undo.c +++ b/src/nvim/undo.c @@ -100,6 +100,7 @@ #include "nvim/message.h" #include "nvim/misc1.h" #include "nvim/option.h" +#include "nvim/os/input.h" #include "nvim/os/os.h" #include "nvim/os/time.h" #include "nvim/os_unix.h" -- cgit