File aria2-no-uint64.patch of Package aria2
--- src/Util.h.orig 2007-01-28 23:43:33.000000000 +0100 +++ src/Util.h 2007-01-28 23:44:22.000000000 +0100 @@ -45,6 +45,8 @@ #include <sys/time.h> #include <stdio.h> +typedef long long unsigned int uint64_t; + using namespace std; #define STRTOLL(X) strtoll(X, (char**)NULL, 10);