summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2007-12-10 16:27:58 +0000
committererdgeist <>2007-12-10 16:27:58 +0000
commit48632ae025a56f8e8b61eac8314a663e440d1a74 (patch)
treec0bf836bdefd584be85741ba6935246076d5b603
parentd7dbef2fae8eeb3c077faca6eb59e86f636191b8 (diff)
Fixing missing include time.h
-rwxr-xr-xvchat-client.c1
1 files changed, 1 insertions, 0 deletions
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 @@
17/* general includes */ 17/* general includes */
18#include <sys/types.h> 18#include <sys/types.h>
19#include <sys/time.h> 19#include <sys/time.h>
20#include <time.h>
20#include <string.h> 21#include <string.h>
21#include <unistd.h> 22#include <unistd.h>
22#include <stdio.h> 23#include <stdio.h>