diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-10-21 04:09:11 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-10-21 04:09:11 +0200 |
commit | a3a9ef9ad4ecf6ee1db98148d165755043d3ff04 (patch) | |
tree | ea161efef8bcf1c856bb6e39749584e1f0d78084 /src/nvim/undo.h | |
parent | 3ce97879d09c5cbeba6fdc5ebd7525b127df18e0 (diff) | |
parent | dde3ece10ed4ee62744009fa1fd347be740fc845 (diff) | |
download | rneovim-a3a9ef9ad4ecf6ee1db98148d165755043d3ff04.tar.gz rneovim-a3a9ef9ad4ecf6ee1db98148d165755043d3ff04.tar.bz2 rneovim-a3a9ef9ad4ecf6ee1db98148d165755043d3ff04.zip |
Merge #7030 'refactor/single-include'
ref #5321
Diffstat (limited to 'src/nvim/undo.h')
-rw-r--r-- | src/nvim/undo.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |