aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/syntax.h')
-rw-r--r--src/nvim/syntax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/syntax.h b/src/nvim/syntax.h
index f3e7e87c7b..1146ffe6ec 100644
--- a/src/nvim/syntax.h
+++ b/src/nvim/syntax.h
@@ -1,7 +1,7 @@
#ifndef NEOVIM_SYNTAX_H
#define NEOVIM_SYNTAX_H
-#include "buffer_defs.h"
+#include "nvim/buffer_defs.h"
typedef int guicolor_T;