1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

Add missing include of time.h in irc-channel.c

This commit is contained in:
Sebastien Helleu
2008-10-27 14:10:41 +01:00
parent 129e31b7b6
commit 47443d2977
+1
View File
@@ -23,6 +23,7 @@
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include "../weechat-plugin.h"
#include "irc.h"