aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/regexp_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/regexp_defs.h')
-rw-r--r--src/nvim/regexp_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/regexp_defs.h b/src/nvim/regexp_defs.h
index 5bed390636..c638a7276f 100644
--- a/src/nvim/regexp_defs.h
+++ b/src/nvim/regexp_defs.h
@@ -12,7 +12,7 @@
#ifndef NEOVIM_REGEXP_DEFS_H
#define NEOVIM_REGEXP_DEFS_H
-#include "pos.h"
+#include "nvim/pos.h"
/*
* The number of sub-matches is limited to 10.