diff options
Diffstat (limited to 'src/structs.h')
-rw-r--r-- | src/structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h index 1b7c826f3..2a9882b15 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1118,7 +1118,9 @@ struct dictvar_S # define B_SPELL(buf) (0) #endif +#ifdef FEAT_QUICKFIX typedef struct qf_info_S qf_info_T; +#endif /* * buffer: structure that holds information about one file |