diff options
-rwxr-xr-x | vchat-client.c | 1 |
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> |