mercurial/mpatch.c
changeset 2543 860e9c83fc59
parent 2468 1ac0574f1768
child 2859 345bac2bc4ec
--- a/mercurial/mpatch.c	Fri Jun 30 21:41:24 2006 +0200
+++ b/mercurial/mpatch.c	Fri Jun 30 21:41:46 2006 +0200
@@ -43,7 +43,7 @@
 /* not windows */
 # include <sys/types.h>
 # include <arpa/inet.h>
-# include <stdint.h>
+# include <inttypes.h>
 #endif
 
 static char mpatch_doc[] = "Efficient binary patching.";