summaryrefslogtreecommitdiff
path: root/src/gui/gui-chat.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-04-03 16:05:09 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-04-03 16:05:09 +0200
commitbab03d044bfceed7e5c9eaaaf3f3ffd61329784c (patch)
tree9657f14a162c959baf348d183bad4dee685ac4da /src/gui/gui-chat.c
parent8509f777b43f0a44414ddcb7e8fc0b7c240bd1f9 (diff)
downloadweechat-bab03d044bfceed7e5c9eaaaf3f3ffd61329784c.zip
Fixed compilation problems when gnutls dev lib is not found
Diffstat (limited to 'src/gui/gui-chat.c')
-rw-r--r--src/gui/gui-chat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui-chat.c b/src/gui/gui-chat.c
index 30198a184..18c982bfa 100644
--- a/src/gui/gui-chat.c
+++ b/src/gui/gui-chat.c
@@ -27,6 +27,7 @@
#include <string.h>
#include <stdarg.h>
#include <ctype.h>
+#include <time.h>
#include <regex.h>
#include "../core/weechat.h"