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

This commit is contained in:
Sebastien Helleu
2010-05-29 13:29:18 +02:00
parent b36ed39388
commit eb7ac36bc0
+1
View File
@@ -25,6 +25,7 @@
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <limits.h>
#include <pwd.h>