diff options
Diffstat (limited to 'src/nvim/ops.c')
-rw-r--r-- | src/nvim/ops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ops.c b/src/nvim/ops.c index 8f92af8725..dff9822dd0 100644 --- a/src/nvim/ops.c +++ b/src/nvim/ops.c @@ -38,6 +38,7 @@ #include "nvim/path.h" #include "nvim/screen.h" #include "nvim/search.h" +#include "nvim/strings.h" #include "nvim/term.h" #include "nvim/ui.h" #include "nvim/undo.h" |