mercurial/mpatch.c
changeset 463 ea93402b81b9
parent 429 688d03d6997a
child 464 50da4bb9cab6
--- a/mercurial/mpatch.c
+++ b/mercurial/mpatch.c
@@ -38,6 +38,7 @@ static uint32_t ntohl(uint32_t x)
 #else
   #include <netinet/in.h>
   #include <sys/types.h>
+  #include <stdint.h>
 #endif
 
 static char mpatch_doc[] = "Efficient binary patching.";