diff options
Diffstat (limited to 'src/nvim/quickfix.h')
-rw-r--r-- | src/nvim/quickfix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/quickfix.h b/src/nvim/quickfix.h index 0da43e436c..70b013be9c 100644 --- a/src/nvim/quickfix.h +++ b/src/nvim/quickfix.h @@ -2,6 +2,7 @@ #define NVIM_QUICKFIX_H #include "nvim/ex_cmds_defs.h" +#include "nvim/option_defs.h" #include "nvim/types.h" // flags for skip_vimgrep_pat() |