Failed to compile on Debian Squeeze

Hi,

I tried to compile both the SVN and release version of TM on a newly
installed debian squeeze host, and got the following failure. Any ideas?

Thanks.

# uname -a
Linux brotst 2.6.32-5-amd64 #1 SMP Wed Aug 25 13:59:41 UTC 2010 x86_64
GNU/Linux

# cat /etc/issue
Debian GNU/Linux squeeze/sid \n \l

# make
make all-am
make[1]: Entering directory `/root/source/tm-20090206'
if g++ -DHAVE_CONFIG_H -I. -I. -I. -I/opt/bro/include -O2 -g -Wall
-I/usr/local/include -I/opt/tm/include -I/opt/tm/include
-I/opt/bro/include -O2 -g -Wall -I/usr/local/include -I/opt/tm/include
-MT Connections.o -MD -MP -MF ".deps/Connections.Tpo" -c -o
Connections.o Connections.cc; \
  then mv -f ".deps/Connections.Tpo" ".deps/Connections.Po"; else rm -f
".deps/Connections.Tpo"; exit 1; fi
In file included from Connections.hh:42,
                 from Connections.cc:37:
tm.h:55: error: ‘uint64_t’ does not name a type
tm.h:56: error: ‘uint64_t’ does not name a type
tm.h:57: error: ‘uint64_t’ does not name a type
tm.h:58: error: ‘uint64_t’ does not name a type
tm.h:59: error: ‘uint64_t’ does not name a type
tm.h:60: error: ‘uint64_t’ does not name a type
make[1]: *** [Connections.o] Error 1
make[1]: Leaving directory `/root/source/tm-20090206'
make: *** [all] Error 2