aboutsummaryrefslogtreecommitdiff
path: root/src/syntax.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/syntax.h')
-rw-r--r--src/syntax.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/syntax.h b/src/syntax.h
index e11eeb181c..52dfc775db 100644
--- a/src/syntax.h
+++ b/src/syntax.h
@@ -1,5 +1,10 @@
#ifndef NEOVIM_SYNTAX_H
#define NEOVIM_SYNTAX_H
+
+#include "buffer_defs.h"
+
+typedef int guicolor_T;
+
/* syntax.c */
void syntax_start(win_T *wp, linenr_T lnum);
void syn_stack_free_all(synblock_T *block);