1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

Add missing include of time.h in irc-raw.C

This commit is contained in:
Sebastien Helleu
2009-03-19 20:19:15 +01:00
parent 55cbd9a76f
commit 16c2d5fe7e
+1
View File
@@ -22,6 +22,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include "../weechat-plugin.h"
#include "irc.h"