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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/undo.c b/src/nvim/undo.c
index 636d00bbbf..da464c56dc 100644
--- a/src/nvim/undo.c
+++ b/src/nvim/undo.c
@@ -82,6 +82,8 @@
#include <string.h>
#include <fcntl.h>
+#include "auto/config.h"
+
#include "nvim/buffer.h"
#include "nvim/ascii.h"
#include "nvim/change.h"