diff options
author | erdgeist <> | 2009-09-15 16:05:56 +0000 |
---|---|---|
committer | erdgeist <> | 2009-09-15 16:05:56 +0000 |
commit | a4b65f17eb73100a3fd4ec1f4de7cee56aa5131b (patch) | |
tree | e712fe2588c6aab9d73bd9ccac28ba6aef1593b3 /vchat-client.c | |
parent | 680ec03db07a36bdf5755090fcc163c51a0049a2 (diff) |
uintptr_t requires stdint.h, thanx ruebe
Diffstat (limited to 'vchat-client.c')
-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 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> |