From 48632ae025a56f8e8b61eac8314a663e440d1a74 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Mon, 10 Dec 2007 16:27:58 +0000 Subject: Fixing missing include time.h --- vchat-client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/vchat-client.c b/vchat-client.c index f521432..a67875b 100755 --- a/vchat-client.c +++ b/vchat-client.c @@ -17,6 +17,7 @@ /* general includes */ #include #include +#include #include #include #include -- cgit v1.2.3