aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/map.c')
-rw-r--r--src/nvim/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/map.c b/src/nvim/map.c
index 1561b089a7..24478c6091 100644
--- a/src/nvim/map.c
+++ b/src/nvim/map.c
@@ -14,7 +14,7 @@
#include <stdlib.h>
#include <string.h>
-#include "nvim/lib/khash.h"
+#include "klib/khash.h"
#include "nvim/map.h"
#include "nvim/map_defs.h"
#include "nvim/memory.h"