summaryrefslogtreecommitdiff
path: root/src/plugins/irc/irc-channel.h
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-01-13 20:57:59 +0100
committerSébastien Helleu <flashcode@flashtux.org>2017-01-13 20:57:59 +0100
commit1361602ea5e247de0e34698651ee936093f47de3 (patch)
tree600f6f1a1d889ab2af1545d8af9a264e34bb7931 /src/plugins/irc/irc-channel.h
parentb547bf6bbb036215531ade4d2870ac6eff1ce1a3 (diff)
downloadweechat-1361602ea5e247de0e34698651ee936093f47de3.zip
tests: fix compilation of tests on FreeBSD 11
Some includes were missing in .h files, and the tests must be linked with intl and execinfo on FreeBSD.
Diffstat (limited to 'src/plugins/irc/irc-channel.h')
-rw-r--r--src/plugins/irc/irc-channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/irc/irc-channel.h b/src/plugins/irc/irc-channel.h
index 57e82d11f..73a68b712 100644
--- a/src/plugins/irc/irc-channel.h
+++ b/src/plugins/irc/irc-channel.h
@@ -20,6 +20,8 @@
#ifndef WEECHAT_IRC_CHANNEL_H
#define WEECHAT_IRC_CHANNEL_H 1
+#include <time.h>
+
#define IRC_CHANNEL_DEFAULT_CHANTYPES "#&+!"
/* channel types */