summaryrefslogtreecommitdiff
path: root/src/gui/gui-chat.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/gui/gui-chat.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/gui/gui-chat.h')
-rw-r--r--src/gui/gui-chat.h2
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;