aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/diff.c')
-rw-r--r--src/nvim/diff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/diff.c b/src/nvim/diff.c
index a5b4b64751..0e5d1c20b7 100644
--- a/src/nvim/diff.c
+++ b/src/nvim/diff.c
@@ -23,6 +23,7 @@
#include "nvim/option.h"
#include "nvim/path.h"
#include "nvim/screen.h"
+#include "nvim/strings.h"
#include "nvim/undo.h"
#include "nvim/window.h"
#include "nvim/os/os.h"