summaryrefslogtreecommitdiffstats
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index 6377dab7a1..2b28948726 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -2179,6 +2179,7 @@ typedef enum {
#endif
#include "globals.h" // global variables and messages
+#include "errors.h" // error messages
/*
* If console dialog not supported, but GUI dialog is, use the GUI one.