mercurial/bdiff.c
changeset 2543 860e9c83fc59
parent 2483 5583d5ef257e
child 2577 fa76c5d609c9
--- a/mercurial/bdiff.c
+++ b/mercurial/bdiff.c
@@ -38,7 +38,7 @@ static uint32_t htonl(uint32_t x)
 #else
 #include <sys/types.h>
 #include <arpa/inet.h>
-#include <stdint.h>
+#include <inttypes.h>
 #endif
 
 struct line {