summaryrefslogtreecommitdiffstats
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vim.h b/src/vim.h
index f86d68d04f..6c5a1099c3 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -431,7 +431,7 @@ typedef unsigned int u8char_T; // int is 32 bits or more
#include "ascii.h"
#include "keymap.h"
-#include "term.h"
+#include "termdefs.h"
#include "macros.h"
#ifdef LATTICE