1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

Add missing include of time.h in irc.c

This commit is contained in:
Sebastien Helleu
2009-02-04 17:19:47 +01:00
parent 7cc562be45
commit a26e57eebe
+1
View File
@@ -21,6 +21,7 @@
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include "../weechat-plugin.h"
#include "irc.h"