--- a/mercurial/mpatch.c Fri Jun 24 23:00:19 2005 -0800
+++ b/mercurial/mpatch.c Fri Jun 24 23:07:16 2005 -0800
@@ -38,6 +38,7 @@
#else
#include <netinet/in.h>
#include <sys/types.h>
+ #include <stdint.h>
#endif
static char mpatch_doc[] = "Efficient binary patching.";