aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui.h
diff options
context:
space:
mode:
authorrelnod <mail@paul-schiffers.de>2017-04-22 16:55:28 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-04-22 16:55:28 +0200
commit1e83add288b4f9183d39387356fc7e8f294d5d4b (patch)
tree342d12cc794690a3d2b542cfe90c2b9cce7f32e5 /src/nvim/ui.h
parente41c044b530d2cc3f548fcef07862640eb249c58 (diff)
downloadrneovim-1e83add288b4f9183d39387356fc7e8f294d5d4b.tar.gz
rneovim-1e83add288b4f9183d39387356fc7e8f294d5d4b.tar.bz2
rneovim-1e83add288b4f9183d39387356fc7e8f294d5d4b.zip
refactor/single-include: ui.h, ui_bridge.h, ugrid.h (#6571)
Diffstat (limited to 'src/nvim/ui.h')
-rw-r--r--src/nvim/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ui.h b/src/nvim/ui.h
index f5cbf748ee..fcf52ac9e1 100644
--- a/src/nvim/ui.h
+++ b/src/nvim/ui.h
@@ -6,6 +6,7 @@
#include <stdint.h>
#include "api/private/defs.h"
+#include "nvim/buffer_defs.h"
typedef struct {
bool bold, underline, undercurl, italic, reverse;