From 3983e9fa1e03f1f30e806e84ad4479b8579b1edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 7 Mar 2021 09:33:06 +0100 Subject: [PATCH] core: fix compilation of tests on FreeBSD --- src/gui/gui-hotlist.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/gui-hotlist.h b/src/gui/gui-hotlist.h index 66e343d3a..5904f149d 100644 --- a/src/gui/gui-hotlist.h +++ b/src/gui/gui-hotlist.h @@ -20,6 +20,8 @@ #ifndef WEECHAT_GUI_HOTLIST_H #define WEECHAT_GUI_HOTLIST_H +#include + enum t_gui_hotlist_priority { GUI_HOTLIST_LOW = 0,