1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: fix compilation with autotools on FreeBSD 12.0

This commit is contained in:
Sébastien Helleu
2019-08-31 14:18:55 +02:00
parent 8bb4549494
commit 1beebdf01e
2 changed files with 2 additions and 0 deletions
+1
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)
+1
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;