From 0f74b7afeb3a4b85302268e7cb04f0faefda397d Mon Sep 17 00:00:00 2001 From: relnod Date: Sat, 15 Jul 2017 16:52:32 +0200 Subject: refactor/single-include: undo.h --- src/nvim/undo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/undo.h') diff --git a/src/nvim/undo.h b/src/nvim/undo.h index ab8584fbb2..802cdc5583 100644 --- a/src/nvim/undo.h +++ b/src/nvim/undo.h @@ -2,6 +2,7 @@ #define NVIM_UNDO_H #include "nvim/undo_defs.h" +#include "nvim/ex_cmds_defs.h" #ifdef INCLUDE_GENERATED_DECLARATIONS # include "undo.h.generated.h" -- cgit