mercurial/mpatch.c
changeset 463 ea93402b81b9
parent 429 688d03d6997a
child 464 50da4bb9cab6
--- a/mercurial/mpatch.c	Fri Jun 24 12:33:14 2005 -0800
+++ b/mercurial/mpatch.c	Fri Jun 24 20:53:51 2005 -0500
@@ -38,6 +38,7 @@
 #else
   #include <netinet/in.h>
   #include <sys/types.h>
+  #include <stdint.h>
 #endif
 
 static char mpatch_doc[] = "Efficient binary patching.";