From 696e24f311acbb0ccfa1818fb016f19f0497d950 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Sun, 8 Apr 2018 09:49:20 +0200 Subject: highlight: extract low-level highlight logic from syntax, ui --- src/nvim/api/ui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/api/ui.c') diff --git a/src/nvim/api/ui.c b/src/nvim/api/ui.c index b6e0b9a566..01e6e0ca03 100644 --- a/src/nvim/api/ui.c +++ b/src/nvim/api/ui.c @@ -16,6 +16,7 @@ #include "nvim/api/private/helpers.h" #include "nvim/popupmnu.h" #include "nvim/cursor_shape.h" +#include "nvim/highlight.h" #ifdef INCLUDE_GENERATED_DECLARATIONS # include "api/ui.c.generated.h" -- cgit