summaryrefslogtreecommitdiff
path: root/vchat-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'vchat-client.c')
-rwxr-xr-xvchat-client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vchat-client.c b/vchat-client.c
index d28f38d..c80e374 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 <stdint.h>
20#include <time.h> 21#include <time.h>
21#include <string.h> 22#include <string.h>
22#include <unistd.h> 23#include <unistd.h>