summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-05-21 10:41:15 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-05-21 10:41:15 +0000
commit1c9456f2a7b80f3ff6da3486df9a8b8ae527a0de (patch)
treeaeabac1ab14c9dea00cb55567f60091642f85843 /src/common
parent545fa4c332e9b6e6f9dd19f634bcc7acd5b58af2 (diff)
downloadweechat-1c9456f2a7b80f3ff6da3486df9a8b8ae527a0de.zip
Added include of time.h
Diffstat (limited to 'src/common')
-rw-r--r--src/common/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/log.c b/src/common/log.c
index 85adea885..9774c20ea 100644
--- a/src/common/log.c
+++ b/src/common/log.c
@@ -30,6 +30,7 @@
#include <stdarg.h>
#include <sys/file.h>
#include <sys/types.h>
+#include <time.h>
#include "weechat.h"
#include "log.h"