summaryrefslogtreecommitdiffstats
path: root/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index 1b7c826f35..2a9882b156 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