core: fix compilation with autotools on FreeBSD 12.0

v2.8-utf8proc
Sébastien Helleu 2019-08-31 14:18:55 +02:00
parent 8bb4549494
commit 1beebdf01e
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -21,6 +21,7 @@
#define WEECHAT_HOOK_TIMER_H
#include <time.h>
#include <sys/time.h>
struct t_weechat_plugin;
struct t_infolist_item;