From dcef2a8e0ddcea672a38a88f6c57eccc90203a48 Mon Sep 17 00:00:00 2001 From: Simmo Saan Date: Sat, 3 Jun 2017 12:39:59 +0300 Subject: [PATCH] gui: remove non-standard enum forward declaration --- src/gui/gui-bar-window.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/gui-bar-window.h b/src/gui/gui-bar-window.h index f5c0d8573..c5e4a1e43 100644 --- a/src/gui/gui-bar-window.h +++ b/src/gui/gui-bar-window.h @@ -20,10 +20,11 @@ #ifndef WEECHAT_GUI_BAR_WINDOW_H #define WEECHAT_GUI_BAR_WINDOW_H 1 +#include "gui-bar.h" + struct t_infolist; struct t_gui_buffer; struct t_gui_window; -enum t_gui_bar_position; struct t_gui_bar_window_coords {