core: fix compilation with autotools on FreeBSD 12.0
This commit is contained in:
parent
8bb4549494
commit
1beebdf01e
@ -58,6 +58,7 @@ Tests::
|
|||||||
|
|
||||||
Build::
|
Build::
|
||||||
|
|
||||||
|
* core: fix compilation with autotools on FreeBSD 12.0
|
||||||
* debian: disable Javascript plugin on Debian Buster/Bullseye (issue #1374)
|
* debian: disable Javascript plugin on Debian Buster/Bullseye (issue #1374)
|
||||||
* python: compile with Python 3 by default
|
* python: compile with Python 3 by default
|
||||||
* python: use pkg-config to detect Python (issue #1382)
|
* python: use pkg-config to detect Python (issue #1382)
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
#define WEECHAT_HOOK_TIMER_H
|
#define WEECHAT_HOOK_TIMER_H
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include <sys/time.h>
|
||||||
|
|
||||||
struct t_weechat_plugin;
|
struct t_weechat_plugin;
|
||||||
struct t_infolist_item;
|
struct t_infolist_item;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user