diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-01-13 20:57:59 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-01-13 20:57:59 +0100 |
commit | 1361602ea5e247de0e34698651ee936093f47de3 (patch) | |
tree | 600f6f1a1d889ab2af1545d8af9a264e34bb7931 /src/gui/gui-chat.h | |
parent | b547bf6bbb036215531ade4d2870ac6eff1ce1a3 (diff) | |
download | weechat-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/gui/gui-chat.h')
-rw-r--r-- | src/gui/gui-chat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui-chat.h b/src/gui/gui-chat.h index 1c9f4faf6..82d48c128 100644 --- a/src/gui/gui-chat.h +++ b/src/gui/gui-chat.h @@ -20,6 +20,8 @@ #ifndef WEECHAT_GUI_CHAT_H #define WEECHAT_GUI_CHAT_H 1 +#include <time.h> + struct t_hashtable; struct t_gui_window; struct t_gui_buffer; |