summaryrefslogtreecommitdiff
path: root/src/core/hook
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-08-31 14:18:55 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-08-31 14:18:55 +0200
commit1beebdf01e9867a8fc6624a713e3c4d90b6d46a3 (patch)
tree2bd47582ae195c4ff3f93bcf585108b5b6f121a2 /src/core/hook
parent8bb45494945f10c73855a58581a5e61be8ef1f7b (diff)
downloadweechat-1beebdf01e9867a8fc6624a713e3c4d90b6d46a3.zip
core: fix compilation with autotools on FreeBSD 12.0
Diffstat (limited to 'src/core/hook')
-rw-r--r--src/core/hook/wee-hook-timer.h1
1 files changed, 1 insertions, 0 deletions
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 <time.h>
+#include <sys/time.h>
struct t_weechat_plugin;
struct t_infolist_item;