aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/undo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/undo.c')
-rw-r--r--src/nvim/undo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/undo.c b/src/nvim/undo.c
index 5969f2dc7c..a34ab90513 100644
--- a/src/nvim/undo.c
+++ b/src/nvim/undo.c
@@ -83,6 +83,7 @@
#include <string.h>
#include "nvim/vim.h"
+#include "nvim/ascii.h"
#include "nvim/undo.h"
#include "nvim/cursor.h"
#include "nvim/edit.h"