diff options
author | relnod <relnod@users.noreply.github.com> | 2017-04-22 15:43:35 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-22 15:43:35 +0200 |
commit | 654c50b227b7616300763da75ad4a79151883694 (patch) | |
tree | c8cd18feaa0e922bd1896116f6f484901018cd55 /src/nvim/window.h | |
parent | 10f119ab87442a9798bdd2d375b167fca5a0c62d (diff) | |
download | rneovim-654c50b227b7616300763da75ad4a79151883694.tar.gz rneovim-654c50b227b7616300763da75ad4a79151883694.tar.bz2 rneovim-654c50b227b7616300763da75ad4a79151883694.zip |
refactor/single-include: window.h, version.h (#6570)
Diffstat (limited to 'src/nvim/window.h')
-rw-r--r-- | src/nvim/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/window.h b/src/nvim/window.h index 2ac4c00c28..82b3fe5e88 100644 --- a/src/nvim/window.h +++ b/src/nvim/window.h @@ -3,6 +3,8 @@ #include <stdbool.h> +#include "nvim/buffer_defs.h" + /* Values for file_name_in_line() */ #define FNAME_MESS 1 /* give error message */ #define FNAME_EXP 2 /* expand to path */ |