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-ui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vchat-ui.c') 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