aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/digraph.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/digraph.c')
-rw-r--r--src/nvim/digraph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/digraph.c b/src/nvim/digraph.c
index ffa2501235..204f64d311 100644
--- a/src/nvim/digraph.c
+++ b/src/nvim/digraph.c
@@ -3,6 +3,7 @@
/// code for digraphs
#include "nvim/vim.h"
+#include "nvim/ascii.h"
#include "nvim/digraph.h"
#include "nvim/charset.h"
#include "nvim/ex_cmds2.h"