diff -r a2c8fc23c90e -r 1a7853a4257e src/server/util/util.c --- a/src/server/util/util.c Wed Feb 22 23:20:39 2012 +0100 +++ b/src/server/util/util.c Thu Feb 23 13:10:04 2012 +0100 @@ -48,7 +48,8 @@ #endif /* XP_UNIX */ -#include "nspr.h" +//include "nspr.h" +#include "../daemon/netsite.h" #include "../public/nsapi.h" #include "util.h" @@ -99,7 +100,7 @@ * than doing a log10 or some nasty trick to find the # of digits. */ -NSAPI_PUBLIC int INTutil_i64toa(PRInt64 i, char *a) +NSAPI_PUBLIC int INTutil_i64toa(int64_t i, char *a) { register int x, y, p; register char c;