From a4b65f17eb73100a3fd4ec1f4de7cee56aa5131b Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Tue, 15 Sep 2009 16:05:56 +0000 Subject: uintptr_t requires stdint.h, thanx ruebe --- vchat-client.c | 1 + vchat-ui.c | 1 + 2 files changed, 2 insertions(+) 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 @@ /* general includes */ #include #include +#include #include #include #include diff --git a/vchat-ui.c b/vchat-ui.c index 4456f37..d118fc5 100755 --- a/vchat-ui.c +++ b/vchat-ui.c @@ -16,6 +16,7 @@ /* general includes */ #include +#include #include #include #include -- cgit v1.2.3