I tried installing mercurial .6 on osx, but the compiler said uint32_t wasn't defined while compiling mercurial/mpatch.c and mercurial/bdiff.c. I was able to compile successfully on the mac after adding the line "#include <inttypes.h>" after "#include <string.h>" in mpatch.c and bdiff.c. Should this be included in the release?