From 1beebdf01e9867a8fc6624a713e3c4d90b6d46a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 31 Aug 2019 14:18:55 +0200 Subject: [PATCH] core: fix compilation with autotools on FreeBSD 12.0 --- ChangeLog.adoc | 1 + src/core/hook/wee-hook-timer.h | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 382f429e4..0398f8f96 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -58,6 +58,7 @@ Tests:: Build:: + * core: fix compilation with autotools on FreeBSD 12.0 * debian: disable Javascript plugin on Debian Buster/Bullseye (issue #1374) * python: compile with Python 3 by default * python: use pkg-config to detect Python (issue #1382) diff --git a/src/core/hook/wee-hook-timer.h b/src/core/hook/wee-hook-timer.h index 02717d29b..f8530ac72 100644 --- a/src/core/hook/wee-hook-timer.h +++ b/src/core/hook/wee-hook-timer.h @@ -21,6 +21,7 @@ #define WEECHAT_HOOK_TIMER_H #include +#include struct t_weechat_plugin; struct t_infolist_item;